|
| | Bitmap (NVGcontext *pContext, const char *path, double sourceScale, int nvgImageID, bool shared=false) |
| |
| | Bitmap (IGraphicsNanoVG *pGraphics, NVGcontext *pContext, int width, int height, float scale, float drawScale) |
| |
| | Bitmap (NVGcontext *pContext, int width, int height, const uint8_t *pData, float scale, float drawScale) |
| |
| NVGframebuffer * | GetFBO () const |
| |
| | APIBitmap (BitmapData pBitmap, int w, int h, float scale, float drawScale) |
| | APIBitmap constructor. More...
|
| |
|
| APIBitmap (const APIBitmap &)=delete |
| |
|
APIBitmap & | operator= (const APIBitmap &)=delete |
| |
| void | SetBitmap (BitmapData pBitmap, int w, int h, float scale, float drawScale) |
| | Used to initialise the members after construction. More...
|
| |
| BitmapData | GetBitmap () const |
| |
| int | GetWidth () const |
| |
| int | GetHeight () const |
| |
| float | GetScale () const |
| |
| float | GetDrawScale () const |
| |
Definition at line 75 of file IGraphicsNanoVG.cpp.
◆ Bitmap() [1/3]
| IGraphicsNanoVG::Bitmap::Bitmap |
( |
NVGcontext * |
pContext, |
|
|
const char * |
path, |
|
|
double |
sourceScale, |
|
|
int |
nvgImageID, |
|
|
bool |
shared = false |
|
) |
| |
◆ Bitmap() [2/3]
| IGraphicsNanoVG::Bitmap::Bitmap |
( |
IGraphicsNanoVG * |
pGraphics, |
|
|
NVGcontext * |
pContext, |
|
|
int |
width, |
|
|
int |
height, |
|
|
float |
scale, |
|
|
float |
drawScale |
|
) |
| |
◆ Bitmap() [3/3]
| IGraphicsNanoVG::Bitmap::Bitmap |
( |
NVGcontext * |
pContext, |
|
|
int |
width, |
|
|
int |
height, |
|
|
const uint8_t * |
pData, |
|
|
float |
scale, |
|
|
float |
drawScale |
|
) |
| |
◆ ~Bitmap()
| IGraphicsNanoVG::Bitmap::~Bitmap |
( |
| ) |
|
|
virtual |
◆ GetFBO()
| NVGframebuffer * IGraphicsNanoVG::Bitmap::GetFBO |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: