Home
last modified time | relevance | path

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

/aoo4110/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx328 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
340 if ( !bXIsAbsolute || !bWidthIsAbsolute) in decomposeSvgNode()
362 if (!bWidthIsAbsolute) in decomposeSvgNode()
501 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
506 else if (bWidthIsAbsolute) in decomposeSvgNode()
550 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
669 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
686 if (!bXIsAbsolute || !bWidthIsAbsolute) in getCurrentViewPort()
698 if (!bWidthIsAbsolute && bHasFoundWidth) in getCurrentViewPort()
701 bWidthIsAbsolute = true; in getCurrentViewPort()
[all …]

Completed in 16 milliseconds