Searched refs:bParallelToXAxis (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 44 …B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool… 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() 112 const bool bInside(bParallelToXAxis ? in clipPolygonOnParallelAxis() [all …]
|
/aoo42x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygonclipper.hxx | 46 …lipPolyPolygonOnParallelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAxis, bool bAboveA… 47 …olygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool bAboveA…
|
Completed in 20 milliseconds