Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx343 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
355 if ( !bXIsAbsolute || !bWidthIsAbsolute) in decomposeSvgNode()
377 if (!bWidthIsAbsolute) in decomposeSvgNode()
516 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
521 else if (bWidthIsAbsolute) in decomposeSvgNode()
565 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
684 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
701 if (!bXIsAbsolute || !bWidthIsAbsolute) in getCurrentViewPort()
713 if (!bWidthIsAbsolute && bHasFoundWidth) in getCurrentViewPort()
716 bWidthIsAbsolute = true; in getCurrentViewPort()
[all …]

Completed in 17 milliseconds