MythTV
master
|
#include <polygon.h>
Public Member Functions | |
Bitmap (int e=0) | |
~Bitmap () | |
void | size (int w, int h) |
void | clear () |
Public Attributes | |
int | width { 0 } |
int | height { 0 } |
int | extra |
Pixel * | data { nullptr } |
|
inline |
Definition at line 18 of file polygon.h.
Referenced by Synaesthesia::resize().
|
inline |
Definition at line 27 of file polygon.h.
Referenced by Bitmap< unsigned short >::size().
int Bitmap< Pixel >::width { 0 } |
Definition at line 10 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
int Bitmap< Pixel >::height { 0 } |
Definition at line 11 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
int Bitmap< Pixel >::extra |
Definition at line 12 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Pixel* Bitmap< Pixel >::data { nullptr } |
Definition at line 13 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), Synaesthesia::fadeHeat(), Synaesthesia::fadeWave(), Bitmap< unsigned short >::size(), and Bitmap< unsigned short >::~Bitmap().