- cinder::cairo::SurfaceBase
- cinder::cairo::SurfaceImage
Show All |
Public Member Functions
-
SurfaceImage ()
-
SurfaceImage (const SurfaceImage &other)
-
SurfaceImage (int32_t width, int32_t height, bool hasAlpha=false)
-
SurfaceImage (const uint8_t *dataPtr, int32_t width, int32_t height, int32_t stride, bool hasAlpha=false)
-
SurfaceImage (ImageSourceRef imageSource)
-
operator= (const SurfaceImage &other)
-
uint8_t *getData ()
-
const uint8_t *getData () const
-
int32_tgetStride () const
-
getSurface ()
-
const cinder::Surface &getSurface () const
-
cairo_surface_t *getCairoSurface () const
-
int32_tgetWidth () const
-
int32_tgetHeight () const
-
floatgetAspectRatio () const
-
getBounds () const
-
ivec2getSize () const
-
voidflush ()