iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | List of all members
IGraphicsSkia::Bitmap Class Reference
Inheritance diagram for IGraphicsSkia::Bitmap:
[legend]

Public Member Functions

 Bitmap (sk_sp< SkSurface > surface, int width, int height, int 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, int scale, float drawScale)
 APIBitmap constructor. More...
 
 APIBitmap (const APIBitmap &)=delete
 
APIBitmapoperator= (const APIBitmap &)=delete
 
void SetBitmap (BitmapData pBitmap, int w, int h, int scale, float drawScale)
 Used to initialise the members after construction. More...
 
BitmapData GetBitmap () const
 
int GetWidth () const
 
int GetHeight () const
 
int GetScale () const
 
float GetDrawScale () const
 

Detailed Description

Definition at line 50 of file IGraphicsSkia.cpp.


The documentation for this class was generated from the following file: