, including all inherited members.
| appendPath(const cinder::Shape2d &path) | cinder::cairo::Context | |
| appendPath(const cinder::Path2d &path) | cinder::cairo::Context | |
| arc(double xc, double yc, double radius, double angle1, double angle2) | cinder::cairo::Context | |
| arc(const Vec2f ¢er, double radius, double angle1, double angle2) | cinder::cairo::Context | |
| arcNegative(double xc, double yc, double radius, double angle1, double angle2) | cinder::cairo::Context | |
| arcNegative(const Vec2f ¢er, double radius, double angle1, double angle2) | cinder::cairo::Context | |
| circle(double dx, double dy, double radius) | cinder::cairo::Context | |
| circle(const Vec2f &v, double radius) | cinder::cairo::Context | |
| clip() | cinder::cairo::Context | |
| clipExtents(double *x1, double *y1, double *x2, double *y2) | cinder::cairo::Context | |
| clipPerserve() | cinder::cairo::Context | |
| closePath() | cinder::cairo::Context | |
| Context() | cinder::cairo::Context | |
| Context(const SurfaceBase &surface) | cinder::cairo::Context | |
| Context(const Context &other) | cinder::cairo::Context | |
| copyPage() | cinder::cairo::Context | |
| copyPath(cinder::Shape2d *resultPath) | cinder::cairo::Context | |
| copyPathFlat(cinder::Shape2d *resultPath) | cinder::cairo::Context | |
| copySurface(const SurfaceBase &surface, const Area &srcArea, const Vec2i &dstOffset=Vec2i::zero()) | cinder::cairo::Context | |
| curveTo(double x1, double y1, double x2, double y2, double x3, double y3) | cinder::cairo::Context | |
| curveTo(const Vec2f &v1, const Vec2f &v2, const Vec2f &v3) | cinder::cairo::Context | |
| deviceToUser(double *x, double *y) | cinder::cairo::Context | |
| deviceToUserDistance(double *dx, double *dy) | cinder::cairo::Context | |
| fill() | cinder::cairo::Context | |
| fillExtents(double *x1, double *y1, double *x2, double *y2) | cinder::cairo::Context | |
| fillPreserve() | cinder::cairo::Context | |
| flush() | cinder::cairo::Context | |
| fontExtents() | cinder::cairo::Context | |
| getAntiAlias() | cinder::cairo::Context | |
| getCairo() | cinder::cairo::Context | |
| getCairoSuface() | cinder::cairo::Context | |
| getCurrentPoint(double *x, double *y) | cinder::cairo::Context | |
| getDash(double *dashes, double *offset) | cinder::cairo::Context | |
| getDashCount() const | cinder::cairo::Context | |
| getFillRule() | cinder::cairo::Context | |
| getFontFace() | cinder::cairo::Context | |
| getFontMatrix(Matrix *matrix) | cinder::cairo::Context | |
| getFontOptions(FontOptions *options) | cinder::cairo::Context | |
| getLineCap() | cinder::cairo::Context | |
| getLineJoin() | cinder::cairo::Context | |
| getLineWidth() const | cinder::cairo::Context | |
| getMatrix(Matrix *aMatrix) | cinder::cairo::Context | |
| getMiterLimit() const | cinder::cairo::Context | |
| getOperator() | cinder::cairo::Context | |
| getScaledFont() | cinder::cairo::Context | |
| getSource() | cinder::cairo::Context | |
| getTolerance() const | cinder::cairo::Context | |
| identityMatrix() | cinder::cairo::Context | |
| inFill(double x, double y) | cinder::cairo::Context | |
| inStroke(double x, double y) | cinder::cairo::Context | |
| line(const Vec2f &v1, const Vec2f &v2) | cinder::cairo::Context | |
| lineTo(double x, double y) | cinder::cairo::Context | |
| lineTo(const Vec2f &v) | cinder::cairo::Context | |
| mask(Pattern *pattern) | cinder::cairo::Context | |
| maskSurface(SurfaceBase *surface, double surface_x, double surface_y) | cinder::cairo::Context | |
| mCairo | cinder::cairo::Context | [protected] |
| mCairoSurface | cinder::cairo::Context | [protected] |
| moveTo(double x, double y) | cinder::cairo::Context | |
| moveTo(const Vec2f &v) | cinder::cairo::Context | |
| newPath() | cinder::cairo::Context | |
| newSubPath() | cinder::cairo::Context | |
| operator=(const Context &other) | cinder::cairo::Context | |
| paint() | cinder::cairo::Context | |
| paintWithAlpha(double alpha) | cinder::cairo::Context | |
| popGroup() | cinder::cairo::Context | |
| popGroupToSource() | cinder::cairo::Context | |
| pushGroup() | cinder::cairo::Context | |
| pushGroupWithContent(int32_t content) | cinder::cairo::Context | |
| quadTo(double x1, double y1, double x2, double y2) | cinder::cairo::Context | |
| quadTo(const Vec2f &v1, const Vec2f &v2) | cinder::cairo::Context | |
| rectangle(double x, double y, double width, double height) | cinder::cairo::Context | |
| rectangle(const Rectf &r) | cinder::cairo::Context | |
| rectangle(const Vec2f &upperLeft, const Vec2f &lowerRight) | cinder::cairo::Context | |
| relCurveTo(double dx1, double dy1, double dx2, double dy2, double dx3, double dy3) | cinder::cairo::Context | |
| relLineTo(double dx, double dy) | cinder::cairo::Context | |
| relMoveTo(double dx, double dy) | cinder::cairo::Context | |
| resetClip() | cinder::cairo::Context | |
| restore() | cinder::cairo::Context | |
| rotate(double angle) | cinder::cairo::Context | |
| save() | cinder::cairo::Context | |
| scale(double sx, double sy) | cinder::cairo::Context | |
| selectFontFace(const std::string &family, int32_t slant, int32_t weight) | cinder::cairo::Context | |
| setAntiAlias(int32_t antialias) | cinder::cairo::Context | |
| setDash(const double *dashes, int numDashes, double offset) | cinder::cairo::Context | |
| setDash(const std::vector< double > &dashes, double offset=0) | cinder::cairo::Context | |
| setFillRule(int32_t fill_rule) | cinder::cairo::Context | |
| setFont(const cinder::Font &font) | cinder::cairo::Context | |
| setFontFace(const FontFace &font_face) | cinder::cairo::Context | |
| setFontMatrix(const Matrix &matrix) | cinder::cairo::Context | |
| setFontOptions(const FontOptions *options) | cinder::cairo::Context | |
| setFontSize(double size) | cinder::cairo::Context | |
| setLineCap(int32_t line_cap) | cinder::cairo::Context | |
| setLineJoin(int32_t line_join) | cinder::cairo::Context | |
| setLineWidth(double width) | cinder::cairo::Context | |
| setMatrix(const Matrix &aMatrix) | cinder::cairo::Context | |
| setMiterLimit(double limit) | cinder::cairo::Context | |
| setOperator(int32_t op) | cinder::cairo::Context | |
| setScaledFont(const ScaledFont *scaled_font) | cinder::cairo::Context | |
| setSource(const Color &col) | cinder::cairo::Context | |
| setSource(const ColorAf &col) | cinder::cairo::Context | |
| setSource(const Pattern &source) | cinder::cairo::Context | |
| setSourceRgb(double red, double green, double blue) | cinder::cairo::Context | |
| setSourceRgba(double red, double green, double blue, double alpha) | cinder::cairo::Context | |
| setSourceSurface(SurfaceBase &surface, double x, double y) | cinder::cairo::Context | |
| setTolerance(double tolerance) | cinder::cairo::Context | |
| showPage() | cinder::cairo::Context | |
| showText(const std::string &s) | cinder::cairo::Context | |
| stroke() | cinder::cairo::Context | |
| strokeExtents(double *x1, double *y1, double *x2, double *y2) | cinder::cairo::Context | |
| strokePreserve() | cinder::cairo::Context | |
| textExtents(const std::string &s) | cinder::cairo::Context | |
| textPath(const char *utf8) | cinder::cairo::Context | |
| transform(const Matrix &aMatrix) | cinder::cairo::Context | |
| translate(double tx, double ty) | cinder::cairo::Context | |
| translate(const Vec2f &v) | cinder::cairo::Context | |
| unsetDash() | cinder::cairo::Context | |
| userToDevice(double *x, double *y) | cinder::cairo::Context | |
| userToDeviceDistance(double *dx, double *dy) | cinder::cairo::Context | |
| ~Context() | cinder::cairo::Context | |