Searched refs:bAboveAxis (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 44 …ParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOn… in clipPolygonOnParallelAxis() argument 55 if(bAboveAxis) in clipPolygonOnParallelAxis() 64 if(!bAboveAxis) in clipPolygonOnParallelAxis() 73 if(bAboveAxis) in clipPolygonOnParallelAxis() 82 if(!bAboveAxis) in clipPolygonOnParallelAxis() 113 fTools::moreOrEqual(aTestPoint.getY(), fValueOnOtherAxis) == bAboveAxis : in clipPolygonOnParallelAxis() 114 fTools::moreOrEqual(aTestPoint.getX(), fValueOnOtherAxis) == bAboveAxis); in clipPolygonOnParallelAxis() 175 …llelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOn… in clipPolyPolygonOnParallelAxis() argument 182 …ipPolygonOnParallelAxis(rCandidate.getB2DPolygon(a), bParallelToXAxis, bAboveAxis, fValueOnOtherAx… in clipPolyPolygonOnParallelAxis()
|
/aoo42x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygonclipper.hxx | 46 …llelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOn… 47 …ParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOn…
|
Completed in 21 milliseconds