This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofCairoRenderer Member List
This is the complete list of members for ofCairoRenderer, including all inherited members.
background(const ofColor &c) | ofCairoRenderer | virtual |
background(float brightness) | ofCairoRenderer | virtual |
background(int hexColor, float _a=255.0f) | ofCairoRenderer | virtual |
background(int r, int g, int b, int a=255) | ofCairoRenderer | virtual |
bind(const ofCamera &camera, const ofRectangle &viewport) | ofCairoRenderer | inlinevirtual |
clear() | ofCairoRenderer | virtual |
clear(float r, float g, float b, float a=0) | ofCairoRenderer | virtual |
clear(float brightness, float a=0) | ofCairoRenderer | virtual |
clearAlpha() | ofCairoRenderer | virtual |
close() | ofCairoRenderer | |
disableAntiAliasing() | ofCairoRenderer | virtual |
draw(const ofPath &shape) const | ofCairoRenderer | virtual |
draw(const ofPath::Command &path) const | ofCairoRenderer | |
draw(const ofPolyline &poly) const | ofCairoRenderer | virtual |
draw(const ofMesh &vertexData, ofPolyRenderMode mode, bool useColors, bool useTextures, bool useNormals) const | ofCairoRenderer | virtual |
draw(const of3dPrimitive &model, ofPolyRenderMode renderType) const | ofCairoRenderer | virtual |
draw(const ofNode &node) const | ofCairoRenderer | virtual |
draw(const std::vector< glm::vec3 > &vertexData, ofPrimitiveMode drawMode) const | ofCairoRenderer | |
draw(const ofImage &img, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh) const | ofCairoRenderer | virtual |
draw(const ofFloatImage &image, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh) const | ofCairoRenderer | virtual |
draw(const ofShortImage &image, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh) const | ofCairoRenderer | virtual |
draw(const ofBaseVideoDraws &video, float x, float y, float w, float h) const | ofCairoRenderer | virtual |
draw(const ofPolyline &poly) const=0 | ofCairoRenderer | virtual |
draw(const ofPath &shape) const=0 | ofCairoRenderer | virtual |
draw(const ofPath &shape, float x, float y) const | ofCairoRenderer | inlinevirtual |
draw(const ofMesh &mesh, ofPolyRenderMode renderType) const | ofCairoRenderer | virtual |
draw(const ofMesh &vertexData, ofPolyRenderMode renderType, bool useColors, bool useTextures, bool useNormals) const=0 | ofCairoRenderer | virtual |
draw(const of3dPrimitive &model, ofPolyRenderMode renderType) const=0 | ofCairoRenderer | virtual |
draw(const ofNode &model) const=0 | ofCairoRenderer | virtual |
draw(const ofImage &image, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh) const=0 | ofCairoRenderer | virtual |
draw(const ofFloatImage &image, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh) const=0 | ofCairoRenderer | virtual |
draw(const ofShortImage &image, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh) const=0 | ofCairoRenderer | virtual |
draw(const ofBaseVideoDraws &video, float x, float y, float w, float h) const=0 | ofCairoRenderer | virtual |
drawArrow(const glm::vec3 &start, const glm::vec3 &end, float headSize) const | ofBaseRenderer | virtual |
drawAxis(float size) const | ofBaseRenderer | virtual |
drawBox(float x, float y, float z, float width, float height, float depth) const | ofBaseRenderer | virtual |
drawBox(float x, float y, float z, float size) const | ofBaseRenderer | virtual |
drawBox(const glm::vec3 &position, float width, float height, float depth) const | ofBaseRenderer | virtual |
drawBox(const glm::vec3 &position, float size) const | ofBaseRenderer | virtual |
drawBox(float size) const | ofBaseRenderer | virtual |
drawBox(float width, float height, float depth) const | ofBaseRenderer | virtual |
drawCircle(float x, float y, float z, float radius) const | ofCairoRenderer | virtual |
drawCone(float x, float y, float z, float radius, float height) const | ofBaseRenderer | virtual |
drawCone(float x, float y, float radius, float height) const | ofBaseRenderer | virtual |
drawCone(const glm::vec3 &position, float radius, float height) const | ofBaseRenderer | virtual |
drawCone(float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(float x, float y, float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(float x, float y, float z, float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(const glm::vec3 &position, float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(float radius, float height) const | ofBaseRenderer | virtual |
drawEllipse(float x, float y, float z, float width, float height) const | ofCairoRenderer | virtual |
drawGrid(float stepSize, size_t numberOfSteps, bool labels, bool x, bool y, bool z) const | ofBaseRenderer | virtual |
drawGridPlane(float stepSize, size_t numberOfSteps, bool labels) const | ofBaseRenderer | virtual |
drawIcoSphere(float x, float y, float z, float radius) const | ofBaseRenderer | virtual |
drawIcoSphere(float x, float y, float radius) const | ofBaseRenderer | virtual |
drawIcoSphere(const glm::vec3 &position, float radius) const | ofBaseRenderer | virtual |
drawIcoSphere(float radius) const | ofBaseRenderer | virtual |
drawLine(float x1, float y1, float z1, float x2, float y2, float z2) const | ofCairoRenderer | virtual |
drawPlane(float x, float y, float width, float height) const | ofBaseRenderer | virtual |
drawPlane(float x, float y, float z, float width, float height) const | ofBaseRenderer | virtual |
drawPlane(const glm::vec3 &position, float width, float height) const | ofBaseRenderer | virtual |
drawPlane(float width, float height) const | ofBaseRenderer | virtual |
drawRectangle(float x, float y, float z, float w, float h) const | ofCairoRenderer | virtual |
drawRotationAxes(float radius, float stripWidth, int circleRes) const | ofBaseRenderer | virtual |
drawSphere(float x, float y, float radius) const | ofBaseRenderer | virtual |
drawSphere(float x, float y, float z, float radius) const | ofBaseRenderer | virtual |
drawSphere(const glm::vec3 &position, float radius) const | ofBaseRenderer | virtual |
drawSphere(float radius) const | ofBaseRenderer | virtual |
drawString(std::string text, float x, float y, float z) const | ofCairoRenderer | virtual |
drawString(const ofTrueTypeFont &font, std::string text, float x, float y) const | ofCairoRenderer | virtual |
drawTriangle(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3) const | ofCairoRenderer | virtual |
enableAntiAliasing() | ofCairoRenderer | virtual |
finishRender() | ofCairoRenderer | virtual |
flush() | ofCairoRenderer | |
FROM_FILE_EXTENSION enum value | ofCairoRenderer | |
get3dGraphics() const | ofCairoRenderer | virtual |
get3dGraphics() | ofCairoRenderer | virtual |
getBackgroundAuto() | ofCairoRenderer | virtual |
getBackgroundColor() | ofCairoRenderer | virtual |
getBoxResolution() const | ofBaseRenderer | virtual |
getCairoContext() | ofCairoRenderer | |
getCairoSurface() | ofCairoRenderer | |
getConeResolution() const | ofBaseRenderer | virtual |
getContentBuffer() | ofCairoRenderer | |
getCoordHandedness() const | ofCairoRenderer | virtual |
getCurrentMatrix(ofMatrixMode matrixMode_) const | ofCairoRenderer | virtual |
getCurrentNormalMatrix() const | ofCairoRenderer | virtual |
getCurrentOrientationMatrix() const | ofCairoRenderer | virtual |
getCurrentViewMatrix() const | ofCairoRenderer | virtual |
getCurrentViewport() const | ofCairoRenderer | virtual |
getCylinderResolution() const | ofBaseRenderer | virtual |
getFillMode() | ofCairoRenderer | virtual |
getIcoSphereResolution() const | ofBaseRenderer | virtual |
getImageSurfacePixels() | ofCairoRenderer | |
getNativeViewport() const | ofCairoRenderer | virtual |
getPath() | ofCairoRenderer | virtual |
getPlaneResolution() const | ofBaseRenderer | virtual |
getRectMode() | ofCairoRenderer | virtual |
getSphereResolution() const | ofBaseRenderer | virtual |
getStyle() const | ofCairoRenderer | virtual |
getType() | ofCairoRenderer | inlinevirtual |
getViewportHeight() const | ofCairoRenderer | virtual |
getViewportWidth() const | ofCairoRenderer | virtual |
IMAGE enum value | ofCairoRenderer | |
isVFlipped() const | ofCairoRenderer | virtual |
loadIdentityMatrix(void) | ofCairoRenderer | virtual |
loadMatrix(const glm::mat4 &m) | ofCairoRenderer | virtual |
loadMatrix(const float *m) | ofCairoRenderer | virtual |
loadViewMatrix(const glm::mat4 &m) | ofCairoRenderer | virtual |
matrixMode(ofMatrixMode mode) | ofCairoRenderer | virtual |
multMatrix(const glm::mat4 &m) | ofCairoRenderer | virtual |
multMatrix(const float *m) | ofCairoRenderer | virtual |
multViewMatrix(const glm::mat4 &m) | ofCairoRenderer | virtual |
ofCairoRenderer() | ofCairoRenderer | |
PDF enum value | ofCairoRenderer | |
popMatrix() | ofCairoRenderer | virtual |
popStyle() | ofCairoRenderer | virtual |
popView() | ofCairoRenderer | virtual |
pushMatrix() | ofCairoRenderer | virtual |
pushStyle() | ofCairoRenderer | virtual |
pushView() | ofCairoRenderer | virtual |
rotateDeg(float degrees, float vecX, float vecY, float vecZ) | ofBaseRenderer | virtual |
rotateDeg(float degrees) | ofBaseRenderer | virtual |
rotateRad(float radians, float vecX, float vecY, float vecZ) | ofCairoRenderer | virtual |
rotateRad(float radians) | ofCairoRenderer | virtual |
rotateXDeg(float degrees) | ofBaseRenderer | virtual |
rotateXRad(float radians) | ofCairoRenderer | virtual |
rotateYDeg(float degrees) | ofBaseRenderer | virtual |
rotateYRad(float radians) | ofCairoRenderer | virtual |
rotateZDeg(float degrees) | ofBaseRenderer | virtual |
rotateZRad(float radians) | ofCairoRenderer | virtual |
scale(float xAmnt, float yAmnt, float zAmnt=1) | ofCairoRenderer | virtual |
setBackgroundAuto(bool bManual) | ofCairoRenderer | virtual |
setBackgroundColor(const ofColor &c) | ofCairoRenderer | virtual |
setBitmapTextMode(ofDrawBitmapMode mode) | ofCairoRenderer | virtual |
setBlendMode(ofBlendMode blendMode) | ofCairoRenderer | virtual |
setBoxResolution(int res) | ofBaseRenderer | virtual |
setBoxResolution(int resWidth, int resHeight, int resDepth) | ofBaseRenderer | virtual |
setCircleResolution(int) | ofCairoRenderer | virtual |
setColor(int r, int g, int b) | ofCairoRenderer | virtual |
setColor(int r, int g, int b, int a) | ofCairoRenderer | virtual |
setColor(const ofColor &color) | ofCairoRenderer | virtual |
setColor(const ofColor &color, int _a) | ofCairoRenderer | virtual |
setColor(int gray) | ofCairoRenderer | virtual |
setConeResolution(int radiusSegments, int heightSegments, int capSegments=2) | ofBaseRenderer | virtual |
setCoordHandedness(ofHandednessType handedness) | ofCairoRenderer | virtual |
setCurveResolution(int resolution) | ofCairoRenderer | virtual |
setCylinderResolution(int radiusSegments, int heightSegments, int capSegments=2) | ofBaseRenderer | virtual |
setDepthTest(bool depthTest) | ofCairoRenderer | virtual |
setFillMode(ofFillFlag fill) | ofCairoRenderer | virtual |
setHexColor(int hexColor) | ofCairoRenderer | virtual |
setIcoSphereResolution(int res) | ofBaseRenderer | virtual |
setLineSmoothing(bool smooth) | ofCairoRenderer | virtual |
setLineWidth(float lineWidth) | ofCairoRenderer | virtual |
setOrientation(ofOrientation orientation, bool vFlip) | ofCairoRenderer | virtual |
setPlaneResolution(int columns, int rows) | ofBaseRenderer | virtual |
setPolyMode(ofPolyWindingMode mode) | ofCairoRenderer | virtual |
setRectMode(ofRectMode mode) | ofCairoRenderer | virtual |
setSphereResolution(int res) | ofBaseRenderer | virtual |
setStyle(const ofStyle &style) | ofCairoRenderer | virtual |
setup(const of::filesystem::path &filename, Type type=ofCairoRenderer::FROM_FILE_EXTENSION, bool multiPage=true, bool b3D=false, ofRectangle outputsize=ofRectangle(0, 0, 0, 0)) | ofCairoRenderer | |
setupGraphicDefaults() | ofCairoRenderer | virtual |
setupMemoryOnly(Type _type, bool multiPage=true, bool b3D=false, ofRectangle viewport=ofRectangle(0, 0, 0, 0)) | ofCairoRenderer | |
setupScreen() | ofCairoRenderer | virtual |
setupScreenOrtho(float width=-1, float height=-1, float nearDist=-1, float farDist=1) | ofCairoRenderer | virtual |
setupScreenPerspective(float width=-1, float height=-1, float fov=60, float nearDist=0, float farDist=0) | ofCairoRenderer | virtual |
startRender() | ofCairoRenderer | virtual |
SVG enum value | ofCairoRenderer | |
translate(float x, float y, float z=0) | ofCairoRenderer | virtual |
translate(const glm::vec3 &p) | ofCairoRenderer | virtual |
Type enum name | ofCairoRenderer | |
TYPE | ofCairoRenderer | static |
unbind(const ofCamera &camera) | ofCairoRenderer | inlinevirtual |
viewport(ofRectangle viewport) | ofCairoRenderer | virtual |
viewport(float x=0, float y=0, float width=-1, float height=-1, bool invertY=true) | ofCairoRenderer | virtual |
~ofBaseRenderer() | ofBaseRenderer | inlinevirtual |
~ofCairoRenderer() | ofCairoRenderer |