0.9.3dev
Search
Namespaces
Classes
Modules
Guides
Reference
View All Results »
Main Page
Reference
Guides
Cinder
Namespaces
cinder
android
app
fs
hardware
net
video
app
android
audio
android
cocoa
dsp
linux
msw
cairo
cocoa
dx
geom
gl
impl
ip
linux
ftutil
log
msw
params
qtime
signals
svg
winrt
glm
cinder
cairo
SurfaceBase
/
#include
“
Cairo/include/cinder/cairo/Cairo.h
”
Public Member Functions
Protected Member Functions
Protected Attributes
Show All
|
Hide All
Public Member Functions
SurfaceBase
()
SurfaceBase
(const SurfaceBase &other)
SurfaceBase
&
operator=
(const SurfaceBase &other)
~SurfaceBase
()
cairo_surface_t
*
getCairoSurface
() const
int32_t
getWidth
() const
int32_t
getHeight
() const
float
getAspectRatio
() const
Area
getBounds
() const
ivec2
getSize
() const
void
flush
()
Protected Member Functions
SurfaceBase
(int32_t aWidth, int32_t aHeight)
Protected Attributes
cairo_surface_t
*
mCairoSurface
int32_t
mWidth
int32_t
mHeight