Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx811 pBezierA->setEndPoint(aS3C); in split()
819 pBezierB->setEndPoint(maEndPoint); in split()
831 pBezierA->setEndPoint(aSplit); in split()
839 pBezierB->setEndPoint(maEndPoint); in split()
874 aRetval.setEndPoint(aPoint); in snippet()
909 aRetval.setEndPoint(aPointB); in snippet()
/trunk/main/sw/source/core/crsr/
H A DBlockCursor.cxx46 virtual void setEndPoint( const Point &rPt );
72 void SwBlockCursor::setEndPoint( const Point &rPt ) in setEndPoint() function in SwBlockCursor
H A DIBlockCursor.hxx62 virtual void setEndPoint( const Point &rPt ) = 0;
H A Dcrsrsh.cxx766 pBlockCrsr->setEndPoint( rLPt ); in SetCrsr()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx200 aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in adaptiveSubdivideByDistance()
297 aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in adaptiveSubdivideByAngle()
362 aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in adaptiveSubdivideByCount()
569 aEdge.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in getEdgeLength()
604 aEdge.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in getLength()
1340 aCurrentEdge.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in applyLineDashing()
2594 aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in getSmallestDistancePointToPolygon()
3057 aCurrentEdge.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in reSegmentPolygonEdges()
3212 aSegment.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in createSimplifiedPolygon()
3293 aBezier.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in simplifyCurveSegments()
[all …]
H A Db2dlinegeometry.cxx248 aEdge.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in subdivideToSimple()
858 aPrev.setEndPoint(aEdge.getStartPoint()); in createAreaGeometry()
867 aEdge.setEndPoint(aCandidate.getB2DPoint(nNextIndex)); in createAreaGeometry()
H A Db2dpolygon.cxx573 aEdge.setEndPoint(rSource.getB2DPoint(nNextIndex)); in getB2DRange()
1489 rTarget.setEndPoint(mpPolygon->getPoint(nNextIndex)); in getBezierSegment()
1508 rTarget.setEndPoint(aPoint); in getBezierSegment()
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dquadraticbezier.hxx63 void setEndPoint(const ::basegfx::B2DPoint& rValue) { maEndPoint = rValue; } in setEndPoint() function in basegfx::B2DQuadraticBezier
H A Db2dcubicbezier.hxx102 void setEndPoint(const B2DPoint& rValue) { maEndPoint = rValue; } in setEndPoint() function in basegfx::B2DCubicBezier
/trunk/main/tools/source/generic/
H A Dpoly.cxx2319 aBezier.setEndPoint(rPolygon.getB2DPoint(nNextIndex)); in Polygon()

Completed in 129 milliseconds