| _bpp (defined in Bitmap) | Bitmap | [protected] |
| alloc(int width, int height) (defined in Bitmap) | Bitmap | [protected] |
| Bitmap(int width=0, int height=0) | Bitmap | [inline] |
| blend(const Bitmap &source, int xoff=0, int yoff=0, int alpha=0) | Bitmap | [virtual] |
| channel_count() const (defined in Bitmap) | Bitmap | [inline, protected, virtual] |
| clear() | Bitmap | [virtual] |
| clone() const | Bitmap | [virtual] |
| ColorSpace enum name | Bitmap | |
| convert(Bitmap &target) const | Bitmap | [virtual] |
| create() const=0 | Bitmap | [pure virtual] |
| CS_ABGR enum value (defined in Bitmap) | Bitmap | |
| CS_BGR enum value (defined in Bitmap) | Bitmap | |
| CS_RGB enum value (defined in Bitmap) | Bitmap | |
| CS_RGBA enum value (defined in Bitmap) | Bitmap | |
| CS_YV12 enum value (defined in Bitmap) | Bitmap | |
| CS_YV12A enum value (defined in Bitmap) | Bitmap | |
| get_buf() const | Bitmap | [inline] |
| get_color_space() const=0 | Bitmap | [pure virtual] |
| get_pixel_alpha(int pixel) const=0 (defined in Bitmap) | Bitmap | [protected, pure virtual] |
| get_pixel_val(int pixel, int channel) const=0 (defined in Bitmap) | Bitmap | [protected, pure virtual] |
| get_space() const | Bitmap | [inline] |
| get_space(int width, int height) const | Bitmap | [inline] |
| h() const | Bitmap | [inline] |
| put(const Bitmap &source, int xoff=0, int yoff=0) | Bitmap | [virtual] |
| resize(int left=0, int right=0, int top=0, int bottom=0) | Bitmap | |
| resize_copy(int left=0, int right=0, int top=0, int bottom=0) const | Bitmap | |
| resize_into(int left, int right, int top, int bottom, Bitmap *target) const=0 (defined in Bitmap) | Bitmap | [protected, pure virtual] |
| set_pixel_alpha(int pixel, int value)=0 (defined in Bitmap) | Bitmap | [protected, pure virtual] |
| set_pixel_val(int pixel, int channel, int value)=0 (defined in Bitmap) | Bitmap | [protected, pure virtual] |
| set_size(int width, int height) | Bitmap | [virtual] |
| unify_csp(Bitmap &bitmap) const | Bitmap | [virtual] |
| w() const | Bitmap | [inline] |
| ~Bitmap() (defined in Bitmap) | Bitmap | [inline, virtual] |