Lines Matching refs:getHeight

282                         fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage;  in seekReferenceHeight()
288 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight()
290 if (Unit_percent == pParentSvgSvgNode->getHeight().getUnit()) in seekReferenceHeight()
292 fPercentage *= pParentSvgSvgNode->getHeight().getNumber() * 0.01; in seekReferenceHeight()
296 … fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
345 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
346 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
398 fHReference = aChildRange.getHeight(); in decomposeSvgNode()
408 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in decomposeSvgNode()
416 …fTools::more(getViewBox()->getWidth(),0.0) && basegfx::fTools::more(getViewBox()->getHeight(),0.0)) in decomposeSvgNode()
499 …const bool bHeightInvalid(getHeight().isSet() && basegfx::fTools::lessOrEqual(getHeight().getNumbe… in decomposeSvgNode()
508 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode()
515 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
519 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()
528 fH = getHeight().solveNonPercentage(*this); in decomposeSvgNode()
564 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
568 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()
578 const double fChildHeight(aChildRange.getHeight()); in decomposeSvgNode()
580 … fH = bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : fChildHeight; in decomposeSvgNode()
685 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in getCurrentViewPort()
686 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
733 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in getCurrentViewPort()
755 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in getCurrentViewPort()
756 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()