| Bitmap() | Bitmap | |
| Bitmap(const Asset &asset) | Bitmap | |
| Bitmap(int width, int height) | Bitmap | |
| Bitmap(const Image &image) | Bitmap | |
| BlendPixel(int x, int y, unsigned short color, unsigned char alpha, Orientation orientation) | Bitmap | |
| BlendPixel(int x, int y, unsigned short color, unsigned char alpha) | Bitmap | |
| Blit(Bitmap *target, int x, int y, unsigned short modulate=0xffff, unsigned char alpha=255, Orientation orientation=Rotate_0) const | Bitmap | |
| Blit(int x1, int y1, int x2, int y2, Bitmap *target, int x, int y, unsigned short modulate=0xffff, unsigned char alpha=255, Orientation orientation=Rotate_0) const | Bitmap | |
| Clear() | Bitmap | |
| data_ | Bitmap | |
| Fill(int x1, int y1, int x2, int y2, unsigned short color, unsigned char alpha=255) | Bitmap | |
| Fill(unsigned short color, unsigned char alpha=255) | Bitmap | |
| GetData() | Bitmap | |
| GetHeight(Orientation orientation=Rotate_0) const | Bitmap | |
| GetPixel(int x, int y) const | Bitmap | |
| GetPixel(int x, int y, Orientation orientation) const | Bitmap | |
| GetWidth(Orientation orientation=Rotate_0) const | Bitmap | |
| height_ | Bitmap | |
| Load(const Asset &asset) | Bitmap | |
| Mirror_X enum value | Bitmap | |
| Mirror_Y enum value | Bitmap | |
| Orientation enum name | Bitmap | |
| Orientations_Count enum value | Bitmap | |
| ReadFromAsset(const Asset *asset) | Bitmap | |
| Rotate_0 enum value | Bitmap | |
| Rotate_180 enum value | Bitmap | |
| Rotate_270 enum value | Bitmap | |
| Rotate_90 enum value | Bitmap | |
| Save(Asset &asset) const | Bitmap | |
| SetPixel(int x, int y, unsigned short color, Orientation orientation) | Bitmap | |
| SetPixel(int x, int y, unsigned short color) | Bitmap | |
| width_ | Bitmap | |
| WriteToAsset(Asset *asset) const | Bitmap | |
| ~Bitmap() | Bitmap | |