Home
last modified time | relevance | path

Searched refs:solveNonPercentage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx343 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 …]
H A Dsvgtools.cxx159 double SvgNumber::solveNonPercentage(const InfoProvider& rInfoProvider) const in solveNonPercentage() function in svgio::svgreader::SvgNumber
234 return solveNonPercentage( rInfoProvider); in solve()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtools.hxx133 double solveNonPercentage(const InfoProvider& rInfoProvider) const;

Completed in 31 milliseconds