#include <scaled_bitmap.hpp>
Inheritance diagram for ScaledBitmap:
Public Member Functions | |
ScaledBitmap (intf_thread_t *pIntf, const GenericBitmap &rBitmap, int width, int height) | |
Create a scaled bitmap from the given bitmap and size. | |
virtual int | getWidth () const |
Get the width of the bitmap. | |
virtual int | getHeight () const |
Get the heighth of the bitmap. | |
virtual uint8_t * | getData () const |
Definition at line 32 of file scaled_bitmap.hpp.
|
Get a linear buffer containing the image data. Each pixel is stored in 4 bytes in the order B,G,R,A Implements GenericBitmap. Definition at line 49 of file scaled_bitmap.hpp. |