Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx216 … const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() local
218 if(bCurrentInside != bNextInside) in clipPolygonOnOrthogonalPlane()
221 if(bNextInside) in clipPolygonOnOrthogonalPlane()
237 bCurrentInside = bNextInside; in clipPolygonOnOrthogonalPlane()
240 if(bNextInside) in clipPolygonOnOrthogonalPlane()
262 … const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() local
264 if(bCurrentInside != bNextInside) in clipPolygonOnOrthogonalPlane()
271 bCurrentInside = bNextInside; in clipPolygonOnOrthogonalPlane()
274 if(bNextInside && nNextIndex) in clipPolygonOnOrthogonalPlane()