asPaint() const | cinder::svg::RadialGradient | |
calcBoundingBox() const | cinder::svg::Node | protectedvirtual |
calcInheritedStyle() const | cinder::svg::Node | |
containsPoint(const vec2 &pt) const | cinder::svg::Node | virtual |
copyAttributesFrom(const Gradient &rhs) | cinder::svg::Gradient | protected |
findInAncestors(const std::string &elementId) const | cinder::svg::Node | virtual |
findPaintInAncestors(const std::string &paintName) const | cinder::svg::Node | |
findStyleValue(const std::string &styleString, const std::string &key) | cinder::svg::Node | protectedstatic |
finishRender(Renderer &renderer, const Style &style) const | cinder::svg::Node | protected |
getBoundingBox() const | cinder::svg::Node | |
getBoundingBoxAbsolute() const | cinder::svg::Node | |
getDoc() const | cinder::svg::Node | |
getDomPath() const | cinder::svg::Node | |
getFill() const | cinder::svg::Node | |
getFillOpacity() const | cinder::svg::Node | |
getFillRule() const | cinder::svg::Node | |
getFontFamilies() const | cinder::svg::Node | |
getFontSize() const | cinder::svg::Node | |
getId() const | cinder::svg::Node | |
getLineCap() const | cinder::svg::Node | |
getLineJoin() const | cinder::svg::Node | |
getOpacity() const | cinder::svg::Node | |
getParent() const | cinder::svg::Node | |
getShape() const | cinder::svg::Node | virtual |
getShapeAbsolute() const | cinder::svg::Node | |
getStroke() const | cinder::svg::Node | |
getStrokeOpacity() const | cinder::svg::Node | |
getStrokeWidth() const | cinder::svg::Node | |
getStyle() const | cinder::svg::Node | |
getTransform() const | cinder::svg::Node | |
getTransformAbsolute() const | cinder::svg::Node | |
getTransformAbsoluteInverse() const | cinder::svg::Node | |
getTransformInverse() const | cinder::svg::Node | |
Gradient(const Node *parent, const XmlTree &xml) | cinder::svg::Gradient | |
isDisplayNone() const | cinder::svg::Node | |
isDrawable() const | cinder::svg::RadialGradient | protectedvirtual |
isVisible() const | cinder::svg::Node | |
mBoundingBox | cinder::svg::Node | mutableprotected |
mBoundingBoxCached | cinder::svg::Node | mutableprotected |
mCoords0 | cinder::svg::Gradient | protected |
mCoords1 | cinder::svg::Gradient | protected |
mId | cinder::svg::Node | protected |
mParent | cinder::svg::Node | protected |
mRadius | cinder::svg::RadialGradient | protected |
mSpecifiesTransform | cinder::svg::Gradient | protected |
mStops | cinder::svg::Gradient | protected |
mStyle | cinder::svg::Node | protected |
mTransform | cinder::svg::Gradient | protected |
mUseObjectBoundingBox | cinder::svg::Gradient | protected |
Node(const Node *parent) | cinder::svg::Node | |
Node(const Node *parent, const XmlTree &xml) | cinder::svg::Node | protected |
parse(const XmlTree &xml) | cinder::svg::RadialGradient | protected |
cinder::svg::Gradient::parse(const Node *parent, const XmlTree &xml) | cinder::svg::Gradient | protected |
parsePaint(const char *value, bool *specified, const Node *parentNode) | cinder::svg::Node | protectedstatic |
parseStyle(const std::string &value) | cinder::svg::Node | protected |
parseTransform(const std::string &value) | cinder::svg::Node | protectedstatic |
parseTransformComponent(const char **c, mat3 *result) | cinder::svg::Node | protectedstatic |
RadialGradient(const Node *parent, const XmlTree &xml) | cinder::svg::RadialGradient | |
render(Renderer &renderer) const | cinder::svg::Node | |
renderSelf(Renderer &renderer) const | cinder::svg::Gradient | protectedvirtual |
setStyle(const Style &style) | cinder::svg::Node | |
setTransform(const mat3 &transform) | cinder::svg::Node | |
specifiesTransform() const | cinder::svg::Gradient | |
startRender(Renderer &renderer, const Style &style) const | cinder::svg::Node | protected |
unspecifyTransform() | cinder::svg::Node | |
useObjectBoundingBox() const | cinder::svg::Gradient | |
~Node() | cinder::svg::Node | virtual |