Home
last modified time | relevance | path

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

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

Completed in 30 milliseconds