reference

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