Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx389 B2DPoint aCutPoint; in createAreaGeometryForEdge() local
435 aCutPoint = rEdge.getStartPoint() + (aPerpendStartA * fCutA); in createAreaGeometryForEdge()
436 aBezierPolygon.append(aCutPoint); in createAreaGeometryForEdge()
498 aCutPoint = rEdge.getEndPoint() + (aPerpendEndB * fCutB); in createAreaGeometryForEdge()
499 aBezierPolygon.append(aCutPoint); in createAreaGeometryForEdge()
551 if(aCutPoint.equal(aBezierPolygon.getB2DPoint(b))) in createAreaGeometryForEdge()
729 const B2DPoint aCutPoint(aStartPoint + (rTangentPrev * fCutPos)); in createAreaGeometryForJoin() local
730 aEdgePolygon.append(aCutPoint); in createAreaGeometryForJoin()
H A Db2dpolygoncutandtouch.cxx278 const B2DPoint aCutPoint(interpolate(rCurrA, rNextA, fCut)); in findEdgeCutsTwoEdges() local
279 rTempPointsA.push_back(temporaryPoint(aCutPoint, nIndA, fCut)); in findEdgeCutsTwoEdges()
280 rTempPointsB.push_back(temporaryPoint(aCutPoint, nIndB, fCut2)); in findEdgeCutsTwoEdges()
375 const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier() local
376 rTempPointsA.push_back(temporaryPoint(aCutPoint, a, fCutA)); in findCutsAndTouchesAndCommonForBezier()
391 const B2DPoint aCutPoint(interpolate(aCurrB, aNextB, fCutB)); in findCutsAndTouchesAndCommonForBezier() local
392 rTempPointsB.push_back(temporaryPoint(aCutPoint, b, fCutB)); in findCutsAndTouchesAndCommonForBezier()
H A Db2dpolygontools.cxx1589 const B2DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local
1590 const B2DVector aDelta(rTestPosition - aCutPoint); in isInEpsilonRange()
2532 const B2DPoint aCutPoint(rPointA + rCut * aVector1); in getDistancePointToEndlessRay() local
2533 const B2DVector aVector(rTestPoint - aCutPoint); in getDistancePointToEndlessRay()
2571 const B2DPoint aCutPoint(rPointA + fCut * aVector1); in getSmallestDistancePointToEdge() local
2572 const B2DVector aVector(rTestPoint - aCutPoint); in getSmallestDistancePointToEdge()
H A Db3dpolygontools.cxx787 const B3DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local
788 const B3DVector aDelta(rTestPosition - aCutPoint); in isInEpsilonRange()
/aoo42x/main/drawinglayer/source/processor3d/
H A Dcutfindprocessor3d.cxx192 … const basegfx::B3DPoint aCutPoint(basegfx::interpolate(maFront, maBack, fCut)); in processBasePrimitive3D() local
194 if(basegfx::tools::isInside(rPolyPolygon, aCutPoint, false)) in processBasePrimitive3D()
199 maResult.push_back(maCombinedTransform * aCutPoint); in processBasePrimitive3D()

Completed in 68 milliseconds