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()
60 …oint& rCurrent, const B3DPoint& rNext, double fPlaneOffset, tools::B3DOrientation ePlaneOrthogonal) in impGetCut() argument
62 if(tools::B3DORIENTATION_X == ePlaneOrthogonal) in impGetCut()
66 else if(tools::B3DORIENTATION_Y == ePlaneOrthogonal) in impGetCut()
132 …lygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPo… in clipPolygonOnOrthogonalPlane() argument
140 …if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinX(), fPlaneOf… in clipPolygonOnOrthogonalPlane()
149 …else if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::lessOrEqual(aCandidateRange.getMaxX(), fPl… in clipPolygonOnOrthogonalPlane()
158 …else if(B3DORIENTATION_Y == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinY(), fPl… 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…