|
MythTV master
|
#include <mythplugins/mythmusic/mythmusic/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 27 of file polygon.h.
Referenced by Bitmap< Pixel >::size().
|
inline |
Definition at line 18 of file polygon.h.
Referenced by mythburn.FontDef::drawText(), mythburn.FontDef::getFont(), and Synaesthesia::resize().
| Pixel* Bitmap< Pixel >::data { nullptr } |
Definition at line 13 of file polygon.h.
Referenced by Bitmap< Pixel >::clear(), Synaesthesia::fadeHeat(), Synaesthesia::fadeWave(), Bitmap< Pixel >::size(), and Bitmap< Pixel >::~Bitmap().
| int Bitmap< Pixel >::extra |
Definition at line 12 of file polygon.h.
Referenced by Bitmap< Pixel >::clear(), and Bitmap< Pixel >::size().
| int Bitmap< Pixel >::height { 0 } |
Definition at line 11 of file polygon.h.
Referenced by Bitmap< Pixel >::clear(), and Bitmap< Pixel >::size().
| int Bitmap< Pixel >::width { 0 } |
Definition at line 10 of file polygon.h.
Referenced by Bitmap< Pixel >::clear(), and Bitmap< Pixel >::size().