Searched refs:SvgSvgNode (Results 1 – 3 of 3) sorted by relevance
41 SvgSvgNode::SvgSvgNode( in SvgSvgNode() function in svgio::svgreader::SvgSvgNode58 void SvgSvgNode::initializeStyleAttributes() in initializeStyleAttributes()99 SvgSvgNode::~SvgSvgNode() in ~SvgSvgNode()104 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()206 void SvgSvgNode::seekReferenceWidth(double& fWidth, bool& bHasFound) const in seekReferenceWidth()212 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceWidth()219 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceWidth()254 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceHeight()261 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceHeight()298 const_cast< SvgSvgNode* >(this)->initializeStyleAttributes(); in decomposeSvgNode()[all …]
206 mpTarget = new SvgSvgNode(maDocument, mpTarget); in startElement()
34 class SvgSvgNode : public SvgNode class57 SvgSvgNode(60 virtual ~SvgSvgNode();
Completed in 24 milliseconds