Home
last modified time | relevance | path

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

/core/drawinglayer/source/processor3d/
H A Dcutfindprocessor3d.cxx164 … const basegfx::B3DPoint aCutPoint(basegfx::interpolate(maFront, maBack, fCut)); in processBasePrimitive3D() local
166 if(basegfx::utils::isInside(rPolyPolygon, aCutPoint)) in processBasePrimitive3D()
171 maResult.push_back(maCombinedTransform * aCutPoint); in processBasePrimitive3D()
/core/basegfx/source/polygon/
H A Db2dlinegeometry.cxx378 B2DPoint aCutPoint; in createAreaGeometryForEdge() local
424 aCutPoint = rEdge.getStartPoint() + (aPerpendStartA * fCutA); in createAreaGeometryForEdge()
425 aBezierPolygon.append(aCutPoint); in createAreaGeometryForEdge()
487 aCutPoint = rEdge.getEndPoint() + (aPerpendEndB * fCutB); in createAreaGeometryForEdge()
488 aBezierPolygon.append(aCutPoint); in createAreaGeometryForEdge()
540 if(aCutPoint.equal(aBezierPolygon.getB2DPoint(b))) in createAreaGeometryForEdge()
718 const B2DPoint aCutPoint(aStartPoint + (rTangentPrev * fCutPos)); in createAreaGeometryForJoin() local
719 aEdgePolygon.append(aCutPoint); in createAreaGeometryForJoin()
H A Db2dpolygoncutandtouch.cxx255 const B2DPoint aCutPoint(interpolate(rCurrA, rNextA, fCut)); in findEdgeCutsTwoEdges() local
256 rTempPointsA.emplace_back(aCutPoint, nIndA, fCut); in findEdgeCutsTwoEdges()
257 rTempPointsB.emplace_back(aCutPoint, nIndB, fCut2); in findEdgeCutsTwoEdges()
347 … const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier() local
348 rTempPointsA.emplace_back(aCutPoint, a, fCutA); in findCutsAndTouchesAndCommonForBezier()
363 … const B2DPoint aCutPoint(interpolate(aCurrB, aNextB, fCutB)); in findCutsAndTouchesAndCommonForBezier() local
364 rTempPointsB.emplace_back(aCutPoint, b, fCutB); in findCutsAndTouchesAndCommonForBezier()
H A Db2dpolygontools.cxx1488 const B2DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local
1489 const B2DVector aDelta(rTestPosition - aCutPoint); in isInEpsilonRange()
2387 const B2DPoint aCutPoint(rPointA + fCut * aVector1); in getSmallestDistancePointToEdge() local
2388 const B2DVector aVector(rTestPoint - aCutPoint); in getSmallestDistancePointToEdge()