|
LibreOffice Module vcl (master) 1
|
#include <BitmapHelper.hxx>
Public Member Functions | |
| BitmapHelper (const SalBitmap &rSourceBitmap, const bool bForceARGB32=false) | |
| void | mark_dirty () |
| unsigned char * | getBits (sal_Int32 &rStride) |
Public Member Functions inherited from SurfaceHelper | |
| SurfaceHelper () | |
| ~SurfaceHelper () | |
| cairo_surface_t * | getSurface (unsigned long nTargetWidth=0, unsigned long nTargetHeight=0) const |
Private Attributes | |
| SvpSalBitmap | aTmpBmp |
Additional Inherited Members | |
Protected Member Functions inherited from SurfaceHelper | |
| cairo_surface_t * | implGetSurface () const |
| void | implSetSurface (cairo_surface_t *pNew) |
| bool | isTrivial () const |
Definition at line 26 of file BitmapHelper.hxx.
|
explicit |
| unsigned char * BitmapHelper::getBits | ( | sal_Int32 & | rStride | ) |
| void BitmapHelper::mark_dirty | ( | ) |
|
private |
Definition at line 32 of file BitmapHelper.hxx.