Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx44 …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 …]
/aoo42x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygonclipper.hxx55 …nOnOrthogonalPlane(const B3DPolyPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPo…
58 …lygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPo…

Completed in 15 milliseconds