Lines Matching refs:getViewBox
222 if (pParentSvgSvgNode->getViewBox()) in seekReferenceWidth()
225 fWidth = pParentSvgSvgNode->getViewBox()->getWidth() * fPercentage; in seekReferenceWidth()
264 if (pParentSvgSvgNode->getViewBox()) in seekReferenceHeight()
267 fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage; 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()
531 … aViewBoxMapping = rRatio.createMapping(aSvgCanvasRange, *getViewBox()); in decomposeSvgNode()
656 if(getViewBox()) in getCurrentViewPort()
658 return *(getViewBox()); in getCurrentViewPort()