Home
last modified time | relevance | path

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

/aoo4110/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx222 if (pParentSvgSvgNode->getViewBox()) in seekReferenceWidth()
264 if (pParentSvgSvgNode->getViewBox()) in seekReferenceHeight()
397 if(getViewBox()) in decomposeSvgNode()
401 …if(basegfx::fTools::more(getViewBox()->getWidth(),0.0) && basegfx::fTools::more(getViewBox()->getH… in decomposeSvgNode()
406 if(aTarget.equal(*getViewBox())) in decomposeSvgNode()
421 rRatio.createMapping(aTarget, *getViewBox())); in decomposeSvgNode()
488 if(getViewBox()) in decomposeSvgNode()
492 const double fViewBoxWidth = getViewBox()->getWidth(); in decomposeSvgNode()
493 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode()
656 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.cxx510 const basegfx::B2DRange* pViewBox = rFillPattern.getViewBox(); in add_fillPattern()
765 const basegfx::B2DRange* pViewBox = rMarker.getViewBox(); in prepare_singleMarker()
/aoo4110/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 38 milliseconds