Home
last modified time | relevance | path

Searched refs:getViewBox (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx237 if (pParentSvgSvgNode->getViewBox()) in seekReferenceWidth()
279 if (pParentSvgSvgNode->getViewBox()) in seekReferenceHeight()
412 if(getViewBox()) in decomposeSvgNode()
416 …if(basegfx::fTools::more(getViewBox()->getWidth(),0.0) && basegfx::fTools::more(getViewBox()->getH… in decomposeSvgNode()
421 if(aTarget.equal(*getViewBox())) in decomposeSvgNode()
436 rRatio.createMapping(aTarget, *getViewBox())); in decomposeSvgNode()
503 if(getViewBox()) in decomposeSvgNode()
507 const double fViewBoxWidth = getViewBox()->getWidth(); in decomposeSvgNode()
508 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode()
671 if(getViewBox()) in getCurrentViewPort()
[all …]
H A Dsvgpatternnode.cxx298 if(getViewBox()) in getCurrentViewPort()
300 return *(getViewBox()); in getCurrentViewPort()
308 const basegfx::B2DRange* SvgPatternNode::getViewBox() const in getViewBox() function in svgio::svgreader::SvgPatternNode
319 return mpXLink->getViewBox(); in getViewBox()
H A Dsvgmarkernode.cxx201 if(getViewBox()) in getCurrentViewPort()
203 return *(getViewBox()); in getCurrentViewPort()
H A Dsvgstyleattributes.cxx545 const basegfx::B2DRange* pViewBox = rFillPattern.getViewBox(); in add_fillPattern()
800 const basegfx::B2DRange* pViewBox = rMarker.getViewBox(); in prepare_singleMarker()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgsymbolnode.hxx54 const basegfx::B2DRange* getViewBox() const { return mpViewBox; } in getViewBox() function in svgio::svgreader::SvgSymbolNode
H A Dsvgsvgnode.hxx78 const basegfx::B2DRange* getViewBox() const { return mpViewBox; } in getViewBox() function in svgio::svgreader::SvgSvgNode
H A Dsvgmarkernode.hxx80 const basegfx::B2DRange* getViewBox() const { return mpViewBox; } in getViewBox() function in svgio::svgreader::SvgMarkerNode
H A Dsvgpatternnode.hxx83 const basegfx::B2DRange* getViewBox() const;

Completed in 47 milliseconds