Searched refs:ePlaneOrthogonal (Results 1 – 2 of 2) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 44 …mpIsInside(const B3DPoint& rCandidate, double fPlaneOffset, tools::B3DOrientation ePlaneOrthogonal) in impIsInside() argument 46 if(tools::B3DORIENTATION_X == ePlaneOrthogonal) in impIsInside() 50 else if(tools::B3DORIENTATION_Y == ePlaneOrthogonal) in impIsInside() 62 if(tools::B3DORIENTATION_X == ePlaneOrthogonal) in impGetCut() 66 else if(tools::B3DORIENTATION_Y == ePlaneOrthogonal) in impGetCut() 140 …if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinX(), fPlaneOf… in clipPolygonOnOrthogonalPlane() 201 bool bCurrentInside(impIsInside(aCurrent, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() 216 const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() 233 const double fCut(impGetCut(aCurrent, aNext, fPlaneOffset, ePlaneOrthogonal)); in clipPolygonOnOrthogonalPlane() 262 const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() [all …]
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygonclipper.hxx | 55 …nOnOrthogonalPlane(const B3DPolyPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPo… 58 …lygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPo…
|
Completed in 17 milliseconds