Cinder  0.9.1
Classes | Functions | Variables
cinder::cairo Namespace Reference

Classes

class  Context
 
class  FontExtents
 
class  FontFace
 
class  FontOptions
 
class  Gradient
 
class  GradientLinear
 
class  GradientRadial
 
class  Matrix
 
class  Pattern
 
class  PatternSolid
 
class  PatternSurface
 
class  ScaledFont
 
class  SurfaceBase
 
class  SurfaceCgBitmapContext
 
class  SurfaceEps
 
class  SurfaceGdi
 
class  SurfaceImage
 
class  SurfacePdf
 
class  SurfacePs
 
class  SurfaceQuartz
 
class  SurfaceSvg
 
class  TextExtents
 

Functions

SurfaceQuartz createWindowSurface ()
 

Variables

const int32_t FONT_SLANT_NORMAL
 
const int32_t FONT_SLANT_ITALIC
 
const int32_t FONT_SLANT_OBLIQUE
 
const int32_t FONT_WEIGHT_NORMAL
 
const int32_t FONT_WEIGHT_BOLD
 
const int32_t FILL_RULE_WINDING
 
const int32_t FILL_RULE_EVEN_ODD
 
const int32_t EXTEND_NONE
 
const int32_t EXTEND_REPEAT
 
const int32_t EXTEND_REFLECT
 
const int32_t EXTEND_PAD
 
const int32_t LINE_CAP_BUTT
 
const int32_t LINE_CAP_ROUND
 
const int32_t LINE_CAP_SQUARE
 
const int32_t LINE_JOIN_MITER
 
const int32_t LINE_JOIN_ROUND
 
const int32_t LINE_JOIN_BEVEL
 
const int32_t HINT_METRICS_DEFAULT
 
const int32_t HINT_METRICS_OFF
 
const int32_t HINT_METRICS_ON
 
const int32_t HINT_STYLE_DEFAULT
 
const int32_t HINT_STYLE_NONE
 
const int32_t HINT_STYLE_SLIGHT
 
const int32_t HINT_STYLE_MEDIUM
 
const int32_t HINT_STYLE_FULL
 
const int32_t ANTIALIAS_DEFAULT
 
const int32_t ANTIALIAS_NONE
 
const int32_t ANTIALIAS_GRAY
 
const int32_t ANTIALIAS_SUBPIXEL
 
const int32_t SUBPIXEL_ORDER_DEFAULT
 
const int32_t SUBPIXEL_ORDER_RGB
 
const int32_t SUBPIXEL_ORDER_BGR
 
const int32_t SUBPIXEL_ORDER_VRGB
 
const int32_t SUBPIXEL_ORDER_VBGR
 
const int32_t STATUS_SUCCESS
 
const int32_t STATUS_NO_AVAILABLE_MEMORY
 
const int32_t STATUS_INVALID_RESTORE
 
const int32_t STATUS_INVALID_POP_GROUP
 
const int32_t STATUS_NO_CURRENT_POINT
 
const int32_t STATUS_INVALID_MATRIX
 
const int32_t STATUS_INVALID_STATUS
 
const int32_t STATUS_NULL_POINTER
 
const int32_t STATUS_INVALID_STRING
 
const int32_t STATUS_INVALID_PATH_DATA
 
const int32_t STATUS_READ_ERROR
 
const int32_t STATUS_WRITE_ERROR
 
const int32_t STATUS_SURFACE_FINISHED
 
const int32_t STATUS_SURFACE_TYPE_MISMATCH
 
const int32_t STATUS_PATTERN_TYPE_MISMATCH
 
const int32_t STATUS_INVALID_CONTENT
 
const int32_t STATUS_INVALID_FORMAT
 
const int32_t STATUS_INVALID_VISUAL
 
const int32_t STATUS_FILE_NOT_FOUND
 
const int32_t STATUS_INVALID_DASH
 
const int32_t STATUS_INVALID_DSC_COMMENT
 
const int32_t STATUS_INVALID_INDEX
 
const int32_t STATUS_CLIP_NOT_REPRESENTABLE
 

Function Documentation

SurfaceQuartz cinder::cairo::createWindowSurface ( )

Variable Documentation

const int32_t cinder::cairo::FONT_SLANT_NORMAL
const int32_t cinder::cairo::FONT_SLANT_ITALIC
const int32_t cinder::cairo::FONT_SLANT_OBLIQUE
const int32_t cinder::cairo::FONT_WEIGHT_NORMAL
const int32_t cinder::cairo::FONT_WEIGHT_BOLD
const int32_t cinder::cairo::FILL_RULE_WINDING
const int32_t cinder::cairo::FILL_RULE_EVEN_ODD
const int32_t cinder::cairo::EXTEND_NONE
const int32_t cinder::cairo::EXTEND_REPEAT
const int32_t cinder::cairo::EXTEND_REFLECT
const int32_t cinder::cairo::EXTEND_PAD
const int32_t cinder::cairo::LINE_CAP_BUTT
const int32_t cinder::cairo::LINE_CAP_ROUND
const int32_t cinder::cairo::LINE_CAP_SQUARE
const int32_t cinder::cairo::LINE_JOIN_MITER
const int32_t cinder::cairo::LINE_JOIN_ROUND
const int32_t cinder::cairo::LINE_JOIN_BEVEL
const int32_t cinder::cairo::HINT_METRICS_DEFAULT
const int32_t cinder::cairo::HINT_METRICS_OFF
const int32_t cinder::cairo::HINT_METRICS_ON
const int32_t cinder::cairo::HINT_STYLE_DEFAULT
const int32_t cinder::cairo::HINT_STYLE_NONE
const int32_t cinder::cairo::HINT_STYLE_SLIGHT
const int32_t cinder::cairo::HINT_STYLE_MEDIUM
const int32_t cinder::cairo::HINT_STYLE_FULL
const int32_t cinder::cairo::ANTIALIAS_DEFAULT
const int32_t cinder::cairo::ANTIALIAS_NONE
const int32_t cinder::cairo::ANTIALIAS_GRAY
const int32_t cinder::cairo::ANTIALIAS_SUBPIXEL
const int32_t cinder::cairo::SUBPIXEL_ORDER_DEFAULT
const int32_t cinder::cairo::SUBPIXEL_ORDER_RGB
const int32_t cinder::cairo::SUBPIXEL_ORDER_BGR
const int32_t cinder::cairo::SUBPIXEL_ORDER_VRGB
const int32_t cinder::cairo::SUBPIXEL_ORDER_VBGR
const int32_t cinder::cairo::STATUS_SUCCESS
const int32_t cinder::cairo::STATUS_NO_AVAILABLE_MEMORY
const int32_t cinder::cairo::STATUS_INVALID_RESTORE
const int32_t cinder::cairo::STATUS_INVALID_POP_GROUP
const int32_t cinder::cairo::STATUS_NO_CURRENT_POINT
const int32_t cinder::cairo::STATUS_INVALID_MATRIX
const int32_t cinder::cairo::STATUS_INVALID_STATUS
const int32_t cinder::cairo::STATUS_NULL_POINTER
const int32_t cinder::cairo::STATUS_INVALID_STRING
const int32_t cinder::cairo::STATUS_INVALID_PATH_DATA
const int32_t cinder::cairo::STATUS_READ_ERROR
const int32_t cinder::cairo::STATUS_WRITE_ERROR
const int32_t cinder::cairo::STATUS_SURFACE_FINISHED
const int32_t cinder::cairo::STATUS_SURFACE_TYPE_MISMATCH
const int32_t cinder::cairo::STATUS_PATTERN_TYPE_MISMATCH
const int32_t cinder::cairo::STATUS_INVALID_CONTENT
const int32_t cinder::cairo::STATUS_INVALID_FORMAT
const int32_t cinder::cairo::STATUS_INVALID_VISUAL
const int32_t cinder::cairo::STATUS_FILE_NOT_FOUND
const int32_t cinder::cairo::STATUS_INVALID_DASH
const int32_t cinder::cairo::STATUS_INVALID_DSC_COMMENT
const int32_t cinder::cairo::STATUS_INVALID_INDEX
const int32_t cinder::cairo::STATUS_CLIP_NOT_REPRESENTABLE