Lines Matching refs:getHeight
267 fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage; in seekReferenceHeight()
273 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight()
275 if (Unit_percent == pParentSvgSvgNode->getHeight().getUnit()) in seekReferenceHeight()
277 fPercentage *= pParentSvgSvgNode->getHeight().getNumber() * 0.01; in seekReferenceHeight()
281 … fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
330 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
331 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
383 fHReference = aChildRange.getHeight(); in decomposeSvgNode()
393 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in decomposeSvgNode()
401 …fTools::more(getViewBox()->getWidth(),0.0) && basegfx::fTools::more(getViewBox()->getHeight(),0.0)) in decomposeSvgNode()
484 …const bool bHeightInvalid(getHeight().isSet() && basegfx::fTools::lessOrEqual(getHeight().getNumbe… in decomposeSvgNode()
493 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode()
500 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
504 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()
513 fH = getHeight().solveNonPercentage(*this); in decomposeSvgNode()
549 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
553 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()
563 const double fChildHeight(aChildRange.getHeight()); in decomposeSvgNode()
565 … fH = bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : fChildHeight; in decomposeSvgNode()
670 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in getCurrentViewPort()
671 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
718 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in getCurrentViewPort()
740 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in getCurrentViewPort()
741 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()