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.cxx239 … fWidth = pParentSvgSvgNode->getWidth().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceWidth()
281 … fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
328 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
331 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
335 … double fX( bXIsAbsolute && getX().isSet() ? getX().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
338 … double fY( bYIsAbsolute && getY().isSet() ? getY().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()
[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;