| BImage(char **xpmData) | BImage | |
| BImage(int width, int height, ImageFormat format=FMT_RGB15) | BImage | |
| BImage(int width, int height, uint8 *image, ImageFormat format=FMT_RGB15, bool copy=false) | BImage | |
| BImage(const BImage &img) | BImage | |
| blit(const BPoint &pt, uint16 *screenStart) | BImage | [virtual] |
| bytes() | BImage | [inline] |
| bytes() const | BImage | [inline] |
| drawLine(const BPoint &pt1, const BPoint &pt2, uint16 color) | BImage | |
| drawPixel(const BPoint &pt, uint16 color) | BImage | |
| drawPixel(int x, int y, uint16 color) | BImage | |
| drawRect(const BRect &rect, uint16 color) | BImage | |
| drawText(BFont *font, const std::string &text, int cursorPos, const BRect &clip, const BWidget &widget, uint16 color) | BImage | |
| fill(uint16 color) | BImage | |
| FMT_GREY5 enum value | BImage | |
| FMT_RGB15 enum value | BImage | |
| format() const | BImage | [inline, virtual] |
| height() const | BImage | [inline, virtual] |
| ImageFormat enum name | BImage | |
| operator=(const BImage &img) | BImage | |
| width() const | BImage | [inline, virtual] |
| ~BImage() | BImage | [virtual] |