Searched refs:solveNonPercentage (Results 1 – 3 of 3) sorted by relevance
343 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()346 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()518 fW =getWidth().solveNonPercentage(*this); in decomposeSvgNode()519 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()523 fW = getWidth().solveNonPercentage(*this); in decomposeSvgNode()528 fH = getHeight().solveNonPercentage(*this); in decomposeSvgNode()567 fW =getWidth().solveNonPercentage(*this); in decomposeSvgNode()568 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()684 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()686 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()[all …]
159 double SvgNumber::solveNonPercentage(const InfoProvider& rInfoProvider) const in solveNonPercentage() function in svgio::svgreader::SvgNumber234 return solveNonPercentage( rInfoProvider); in solve()
133 double solveNonPercentage(const InfoProvider& rInfoProvider) const;
Completed in 25 milliseconds