cinder::cairo::SurfaceImage Class Reference
#include <Cairo.h>
Inherits cinder::cairo::SurfaceBase.
List of all members.
Constructor & Destructor Documentation
cinder::cairo::SurfaceImage::SurfaceImage |
( |
|
) |
|
cinder::cairo::SurfaceImage::SurfaceImage |
( |
int32_t |
width, |
|
|
int32_t |
height, |
|
|
bool |
hasAlpha = false | |
|
) |
| | |
cinder::cairo::SurfaceImage::SurfaceImage |
( |
const uint8_t * |
dataPtr, |
|
|
int32_t |
width, |
|
|
int32_t |
height, |
|
|
int32_t |
stride, |
|
|
bool |
hasAlpha = false | |
|
) |
| | |
cinder::cairo::SurfaceImage::SurfaceImage |
( |
const cinder::Surface & |
ciSurface |
) |
|
cinder::cairo::SurfaceImage::SurfaceImage |
( |
const SurfaceImage & |
other |
) |
|
Member Function Documentation
uint8_t * cinder::cairo::SurfaceImage::getData |
( |
|
) |
|
const uint8_t* cinder::cairo::SurfaceImage::getData |
( |
|
) |
const |
int32_t cinder::cairo::SurfaceImage::getStride |
( |
|
) |
const |
void cinder::cairo::SurfaceImage::initCinderSurface |
( |
bool |
alpha, |
|
|
uint8_t * |
data, |
|
|
int32_t |
stride | |
|
) |
| | [protected] |
cairo_surface_t* cinder::cairo::SurfaceBase::getCairoSurface |
( |
|
) |
const [inherited] |
int32_t cinder::cairo::SurfaceBase::getWidth |
( |
|
) |
const [inherited] |
int32_t cinder::cairo::SurfaceBase::getHeight |
( |
|
) |
const [inherited] |
float cinder::cairo::SurfaceBase::getAspectRatio |
( |
|
) |
const [inherited] |
Area cinder::cairo::SurfaceBase::getBounds |
( |
|
) |
const [inherited] |
Vec2i cinder::cairo::SurfaceBase::getSize |
( |
|
) |
const [inherited] |
void cinder::cairo::SurfaceBase::flush |
( |
|
) |
[inherited] |
Member Data Documentation
The documentation for this class was generated from the following files: