Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx383 bool bHasFoundHeight(false); in decomposeSvgNode() local
384 seekReferenceHeight(fHReference, bHasFoundHeight); in decomposeSvgNode()
385 if (!bHasFoundHeight) in decomposeSvgNode()
783 bool bHasFoundHeight(false); in getCurrentViewPort() local
784 seekReferenceHeight(fHReference, bHasFoundHeight); in getCurrentViewPort()
786 if (!bYIsAbsolute && bHasFoundHeight) in getCurrentViewPort()
791 if (!bHeightIsAbsolute && bHasFoundHeight) in getCurrentViewPort()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx381 bool bHasFoundHeight(false); in decomposeSvgNode() local
382 seekReferenceHeight(fHReference, bHasFoundHeight); in decomposeSvgNode()
383 if (!bHasFoundHeight) in decomposeSvgNode()
781 bool bHasFoundHeight(false); in getCurrentViewPort() local
782 seekReferenceHeight(fHReference, bHasFoundHeight); in getCurrentViewPort()
784 if (!bYIsAbsolute && bHasFoundHeight) in getCurrentViewPort()
789 if (!bHeightIsAbsolute && bHasFoundHeight) in getCurrentViewPort()