Home
last modified time | relevance | path

Searched refs:getSvgStyleAttributes (Results 1 – 25 of 48) sorted by relevance

12

/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgNode
583 const SvgStyleAttributes* pStyles = getSvgStyleAttributes(); in decomposeSvgNode()
641 if(getSvgStyleAttributes()) in getCurrentFontSize()
643 return getSvgStyleAttributes()->getFontSize().solve(*this, xcoordinate); in getCurrentFontSize()
657 if(getSvgStyleAttributes()) in getCurrentXHeight()
660 return getSvgStyleAttributes()->getFontSize().solve(*this, ycoordinate); in getCurrentXHeight()
H A Dsvggnode.cxx51 const SvgStyleAttributes* SvgGNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgGNode
56 return SvgNode::getSvgStyleAttributes(); in getSvgStyleAttributes()
110 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgtextnode.cxx55 const SvgStyleAttributes* SvgTextNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgTextNode
105 const SvgStyleAttributes* pAttributes = rCandidate.getSvgStyleAttributes(); in addTextPrimitives()
237 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgpathnode.cxx51 const SvgStyleAttributes* SvgPathNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgPathNode
117 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgpolynode.cxx54 const SvgStyleAttributes* SvgPolyNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgPolyNode
115 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgcirclenode.cxx52 const SvgStyleAttributes* SvgCircleNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgCircleNode
127 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgellipsenode.cxx53 const SvgStyleAttributes* SvgEllipseNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgEllipseNode
141 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvglinenode.cxx53 const SvgStyleAttributes* SvgLineNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgLineNode
135 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgcharacternode.cxx226 const SvgStyleAttributes* SvgCharacterNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgCharacterNode
231 return getParent()->getSvgStyleAttributes(); in getSvgStyleAttributes()
582 const SvgStyleAttributes* pSvgStyleAttributes = getSvgStyleAttributes(); in decomposeText()
H A Dsvgrectnode.cxx55 const SvgStyleAttributes* SvgRectNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgRectNode
170 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgimagenode.cxx70 const SvgStyleAttributes* SvgImageNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgImageNode
203 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvggradientnode.cxx73 const SvgStyleAttributes* SvgGradientNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgGradientNode
279 const SvgStyleAttributes* pStyle = pCandidate->getSvgStyleAttributes(); in collectGradientEntries()
H A Dsvgdocumenthandler.cxx97 … const svgio::svgreader::SvgStyleAttributes* pStyleLast = pLast->getSvgStyleAttributes(); in whiteSpaceHandling()
98 … const svgio::svgreader::SvgStyleAttributes* pStyleCurrent = pCandidate->getSvgStyleAttributes(); in whiteSpaceHandling()
H A Dsvgsvgnode.cxx75 const SvgStyleAttributes* pStyles = getSvgStyleAttributes(); in initializeStyleAttributes()
119 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgSvgNode
H A Dsvgtspannode.cxx46 const SvgStyleAttributes* SvgTspanNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgTspanNode
H A Dsvggradientstopnode.cxx46 const SvgStyleAttributes* SvgGradientStopNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgGradientStopNode
H A Dsvgsymbolnode.cxx50 const SvgStyleAttributes* SvgSymbolNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgSymbolNode
H A Dsvgtrefnode.cxx47 const SvgStyleAttributes* SvgTrefNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgTrefNode
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtrefnode.hxx52 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgtspannode.hxx51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvggradientstopnode.hxx50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvggnode.hxx51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgsymbolnode.hxx50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgtextpathnode.hxx59 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgclippathnode.hxx51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;

Completed in 76 milliseconds

12