Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx44 …Polygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOnOtherAxis, bool bStrok… in clipPolygonOnParallelAxis() argument
52 if(bParallelToXAxis && fTools::moreOrEqual(aCandidateRange.getMinY(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis()
61 else if(bParallelToXAxis && fTools::lessOrEqual(aCandidateRange.getMaxY(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis()
70 else if(!bParallelToXAxis && fTools::moreOrEqual(aCandidateRange.getMinX(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis()
79 else if(!bParallelToXAxis && fTools::lessOrEqual(aCandidateRange.getMaxX(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis()
97 … bParallelToXAxis ? aCandidateRange.getMinX() - fSmallExtension : fValueOnOtherAxis, in clipPolygonOnParallelAxis()
98 … bParallelToXAxis ? fValueOnOtherAxis : aCandidateRange.getMinY() - fSmallExtension); in clipPolygonOnParallelAxis()
100 … bParallelToXAxis ? aCandidateRange.getMaxX() + fSmallExtension : fValueOnOtherAxis, in clipPolygonOnParallelAxis()
101 … bParallelToXAxis ? fValueOnOtherAxis : aCandidateRange.getMaxY() + fSmallExtension); in clipPolygonOnParallelAxis()
113 fTools::moreOrEqual(aTestPoint.getY(), fValueOnOtherAxis) == bAboveAxis : in clipPolygonOnParallelAxis()
[all …]
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygonclipper.hxx46 …Polygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOnOtherAxis, bool bStrok…
47 …Polygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOnOtherAxis, bool bStrok…

Completed in 27 milliseconds