|
iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
| Bitmap (sk_sp< SkSurface > surface, int width, int height, float scale, float drawScale) | |
| Bitmap (const char *path, double sourceScale) | |
| Bitmap (const void *pData, int size, double sourceScale) | |
| Bitmap (sk_sp< SkImage >, double sourceScale) | |
Public Member Functions inherited from APIBitmap | |
| 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 90 of file IGraphicsSkia.cpp.
| IGraphicsSkia::Bitmap::Bitmap | ( | sk_sp< SkSurface > | surface, |
| int | width, | ||
| int | height, | ||
| float | scale, | ||
| float | drawScale | ||
| ) |
Definition at line 102 of file IGraphicsSkia.cpp.
| IGraphicsSkia::Bitmap::Bitmap | ( | const char * | path, |
| double | sourceScale | ||
| ) |
Definition at line 110 of file IGraphicsSkia.cpp.
| IGraphicsSkia::Bitmap::Bitmap | ( | const void * | pData, |
| int | size, | ||
| double | sourceScale | ||
| ) |
Definition at line 128 of file IGraphicsSkia.cpp.
| IGraphicsSkia::Bitmap::Bitmap | ( | sk_sp< SkImage > | image, |
| double | sourceScale | ||
| ) |
Definition at line 143 of file IGraphicsSkia.cpp.