Imagine++
|
This is the complete list of members for Imagine::NativeBitmap, including all inherited members.
NativeBitmap() | Imagine::NativeBitmap | |
NativeBitmap(int w, int h) | Imagine::NativeBitmap | |
NativeBitmap(const NativeBitmap &I) | Imagine::NativeBitmap | |
operator=(const NativeBitmap &I) | Imagine::NativeBitmap | |
putNativeBitmap(int x, int y, const NativeBitmap &bm, bool xorMode, double fact) | Imagine::NativeBitmap | friend |
putNativeBitmap(const IntPoint2 &p, const NativeBitmap &bm, bool xorMode=false, double fact=1.) | Imagine::NativeBitmap | friend |
setColorImage(int x, int y, const byte *r, const byte *g, const byte *b, int w, int h) | Imagine::NativeBitmap | |
setColorImage(const IntPoint2 &p, const byte *r, const byte *g, const byte *b, int w, int h) | Imagine::NativeBitmap | inline |
setColorImage(int x, int y, const Color *cols, int w, int h) | Imagine::NativeBitmap | |
setColorImage(const IntPoint2 &p, const Color *cols, int w, int h) | Imagine::NativeBitmap | inline |
setColorImage(int x, int y, const byte *rgb, int w, int h) | Imagine::NativeBitmap | inline |
setColorImage(const IntPoint2 &p, const byte *rgb, int w, int h) | Imagine::NativeBitmap | inline |
setGreyImage(int x, int y, const byte *g, int w, int h) | Imagine::NativeBitmap | |
setGreyImage(const IntPoint2 &p, const byte *g, int w, int h) | Imagine::NativeBitmap | inline |
setPoint(int x, int y, Color col) | Imagine::NativeBitmap | |
setPoint(const IntPoint2 &p, Color col) | Imagine::NativeBitmap | inline |
~NativeBitmap() | Imagine::NativeBitmap |