Home
last modified time | relevance | path

Searched refs:SvgSvgNode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx41 SvgSvgNode::SvgSvgNode( in SvgSvgNode() function in svgio::svgreader::SvgSvgNode
58 void SvgSvgNode::initializeStyleAttributes() in initializeStyleAttributes()
114 SvgSvgNode::~SvgSvgNode() in ~SvgSvgNode()
119 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
221 void SvgSvgNode::seekReferenceWidth(double& fWidth, bool& bHasFound) const in seekReferenceWidth()
227 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceWidth()
234 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceWidth()
269 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceHeight()
276 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceHeight()
313 const_cast< SvgSvgNode* >(this)->initializeStyleAttributes(); in decomposeSvgNode()
[all …]
H A Dsvgdocumenthandler.cxx206 mpTarget = new SvgSvgNode(maDocument, mpTarget); in startElement()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgsvgnode.hxx34 class SvgSvgNode : public SvgNode class
57 SvgSvgNode(
60 virtual ~SvgSvgNode();

Completed in 28 milliseconds