Searched refs:solveNonPercentage (Results 1 – 3 of 3) sorted by relevance
328 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()331 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()503 fW =getWidth().solveNonPercentage(*this); in decomposeSvgNode()504 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()508 fW = getWidth().solveNonPercentage(*this); in decomposeSvgNode()513 fH = getHeight().solveNonPercentage(*this); in decomposeSvgNode()552 fW =getWidth().solveNonPercentage(*this); in decomposeSvgNode()553 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode()669 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()671 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 83 milliseconds