|
|
| Bitmap (const Bitmap &src) |
| |
|
void | load (Common::ReadStream *s) |
| |
|
void | decode (byte *pixels, const Palette &palette) |
| |
|
void | putDib (int x, int y, const Palette &palette, byte alpha) |
| |
|
void | putDibRB (byte *pixels, const Palette &palette) |
| |
|
void | putDibCB (byte *pixels, const Palette &palette) |
| |
|
void | convertPalette (const Palette &palette) |
| |
|
void | colorFill (uint8 *dest, uint8 *mask, byte color, int len) |
| |
|
void | paletteFill (uint8 *dest, uint8 *mask, byte *src, int len) |
| |
|
void | copier8 (uint8 *dest, byte *src, int len) |
| |
|
void | copier16 (uint16 *dest, byte *src, int len) |
| |
| Bitmap * | reverseImage (bool flip=true) const |
| |
| Bitmap * | flipVertical () const |
| |
|
void | drawShaded (int type, int x, int y, const Palette &palette, int alpha) |
| |
|
void | drawRotated (int x, int y, int angle, const Palette &palette, int alpha) |
| |
|
bool | isPixelHitAtPos (int x, int y) |
| |
◆ reverseImage()
| Bitmap* NGI::Bitmap::reverseImage |
( |
bool |
flip = true | ) |
const |
ownership of returned object is transferred to caller
◆ flipVertical()
| Bitmap* NGI::Bitmap::flipVertical |
( |
| ) |
const |
ownership of returned object is transferred to caller
The documentation for this struct was generated from the following file: