Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx240 aRetval.append(aEdge.getStartPoint()); in subdivideToSimple()
372 rEdge.getStartPoint(), aPerpendStartA, in createAreaGeometryForEdge()
383 rEdge.getStartPoint(), aPerpendStartB, in createAreaGeometryForEdge()
403 rEdge.getStartPoint().getX(), rEdge.getStartPoint().getY())); in createAreaGeometryForEdge()
427 aBezierPolygon.append(rEdge.getStartPoint()); in createAreaGeometryForEdge()
609 rEdge.getStartPoint().getX(), rEdge.getStartPoint().getY())); in createAreaGeometryForEdge()
626 aEdgePolygon.append(rEdge.getStartPoint() + aPerpend); in createAreaGeometryForEdge()
628 aEdgePolygon.append(rEdge.getStartPoint() - aPerpend); in createAreaGeometryForEdge()
858 aPrev.setEndPoint(aEdge.getStartPoint()); in createAreaGeometry()
904 aEdge.getStartPoint(), in createAreaGeometry()
[all …]
H A Db2dpolygoncutandtouch.cxx429 aTempPolygonA.append(rCubicA.getStartPoint()); in findEdgeCutsBezierAndEdge()
470 aTempPolygonA.append(rCubicA.getStartPoint()); in findEdgeCutsTwoBeziers()
473 aTempPolygonB.append(rCubicB.getStartPoint()); in findEdgeCutsTwoBeziers()
514 aTempPolygon.append(rCubicA.getStartPoint()); in findEdgeCutsOneBezier()
593 …findEdgeCutsTwoEdges(aCubicA.getStartPoint(), aCubicA.getEndPoint(), aCubicB.getStartPoint(), aCub… in findCuts()
711 aTempPolygon.append(rCubicA.getStartPoint()); in findTouchesOnCurve()
845 …findEdgeCutsTwoEdges(aCubicA.getStartPoint(), aCubicA.getEndPoint(), aCubicB.getStartPoint(), aCub… in findCuts()
1066 B2DRange aCubicRange(aCubic.getStartPoint(), aCubic.getEndPoint()); in addPointsAtCuts()
1138 B2DRange aCubicRangeA(aCubicA.getStartPoint(), aCubicA.getEndPoint()); in addPointsAtCuts()
1150 B2DRange aCubicRangeB(aCubicB.getStartPoint(), aCubicB.getEndPoint()); in addPointsAtCuts()
[all …]
H A Db2dpolypolygoncutter.cxx296 … const B2DVector aPrevCA(aPrevA.interpolatePoint(0.5) - aPrevA.getStartPoint()); in impHandleCommon()
297 … const B2DVector aNextCA(aNextA.interpolatePoint(0.5) - aNextA.getStartPoint()); in impHandleCommon()
298 … const B2DVector aPrevCB(aPrevB.interpolatePoint(0.5) - aPrevB.getStartPoint()); in impHandleCommon()
304 … const B2DVector aPrevCA2(aPrevA2.interpolatePoint(0.5) - aPrevA2.getStartPoint()); in impHandleCommon()
305 … const B2DVector aNextCA2(aNextA2.interpolatePoint(0.5) - aNextA2.getStartPoint()); in impHandleCommon()
306 … const B2DVector aNextCB2(aNextB2.interpolatePoint(0.5) - aNextB2.getStartPoint()); in impHandleCommon()
324 … const B2DVector aPrevCA(aPrevA.interpolatePoint(0.5) - aPrevA.getStartPoint()); in impHandleCommon()
325 … const B2DVector aNextCA(aNextA.interpolatePoint(0.5) - aNextA.getStartPoint()); in impHandleCommon()
326 … const B2DVector aPrevCB(aPrevB.interpolatePoint(0.5) - aPrevB.getStartPoint()); in impHandleCommon()
327 … const B2DVector aNextCB(aNextB.interpolatePoint(0.5) - aNextB.getStartPoint()); in impHandleCommon()
H A Db2dpolygontools.cxx194 aRetval.append(aBezier.getStartPoint()); in adaptiveSubdivideByDistance()
277 aRetval.append(aBezier.getStartPoint()); in adaptiveSubdivideByAngle()
350 aRetval.append(aBezier.getStartPoint()); in adaptiveSubdivideByCount()
873 aRetval.append(aRight.getStartPoint()); in getSnippetAbsolute()
1367 aSnippet.append(aBezierSnippet.getStartPoint()); in applyLineDashing()
1403 aSnippet.append(aRight.getStartPoint()); in applyLineDashing()
3049 aRetval.append(aCurrentEdge.getStartPoint()); in reSegmentPolygonEdges()
3204 aRetval.append(aSegment.getStartPoint()); in createSimplifiedPolygon()
3287 aRetval.append(aBezier.getStartPoint()); in simplifyCurveSegments()
3968 fround(aBezierSegment.getStartPoint().getX()), in B2DPolygonToUnoPolygonBezierCoords()
[all …]
H A Db2dpolygonclipper.cxx118 if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis()
120 aRun.append(aEdge.getStartPoint()); in clipPolygonOnParallelAxis()
446 aRun.append(aEdge.getStartPoint()); in clipPolyPolygonOnPolyPolygon()
H A Db2dpolygon.cxx1493 … rTarget.setControlPointA(rTarget.getStartPoint() + mpPolygon->getNextControlVector(nIndex)); in getBezierSegment()
1499 rTarget.setControlPointA(rTarget.getStartPoint()); in getBezierSegment()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx543 return B2DVector(getEndPoint() - getStartPoint()).getLength(); in getLength()
587 B2DVector aTangent(getControlPointA() - getStartPoint()); in getTangent()
596 aTangent = (getControlPointB() - getStartPoint()) * 0.3; in getTangent()
604 return (getEndPoint() - getStartPoint()) * 0.3; in getTangent()
626 return (getEndPoint() - getStartPoint()) * 0.3; in getTangent()
634 return aRight.getControlPointA() - aRight.getStartPoint(); in getTangent()
692 aInitialPolygon.append(getStartPoint()); in getSmallestDistancePointToBezierSegment()
872 const B2DPoint aPoint(interpolate(getStartPoint(), getEndPoint(), fSplit)); in snippet()
906 const B2DPoint aPointA(interpolate(getStartPoint(), getEndPoint(), fStart)); in snippet()
907 const B2DPoint aPointB(interpolate(getStartPoint(), getEndPoint(), fEnd)); in snippet()
H A Db2dbeziertools.cxx58 B2DPoint aCurrent(rBase.getStartPoint()); in B2DCubicBezierHelper()
/trunk/main/sw/source/core/crsr/
H A DBlockCursor.cxx47 virtual const Point* getStartPoint() const;
80 const Point* SwBlockCursor::getStartPoint() const in getStartPoint() function in SwBlockCursor
H A DIBlockCursor.hxx68 virtual const Point* getStartPoint() const = 0;
H A Dcrsrsh.cxx769 else if( !pBlockCrsr->getStartPoint() ) in SetCrsr()
1894 if( pBlockCrsr->getEndPoint() && pBlockCrsr->getStartPoint() ) in RefreshBlockCursor()
1896 aPt = *pBlockCrsr->getStartPoint(); in RefreshBlockCursor()
/trunk/main/basegfx/test/
H A Dtesttools.cxx206 mrOutputStream << "cubicBezier(" << rCurve.getStartPoint().getX() in plot()
211 << "cubicBezier(" << rCurve.getStartPoint().getY() in plot()
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dquadraticbezier.hxx59 ::basegfx::B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint() function in basegfx::B2DQuadraticBezier
H A Db2dcubicbezier.hxx98 B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint() function in basegfx::B2DCubicBezier
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx372 aPoly.append(rBezier.getStartPoint()); in plot()
/trunk/main/tools/source/generic/
H A Dpoly.cxx2311 …const Point aStartPoint(FRound(aBezier.getStartPoint().getX()), FRound(aBezier.getStartPoint().get… in Polygon()
2336 if(aBezier.getControlPointA() != aBezier.getStartPoint() && (bClosed || a)) in Polygon()
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx204 … aPosition = maCurrentSegment.getStartPoint() + (aTangent * (mfPosition - mfSegmentStartPosition)); in allowChange()

Completed in 110 milliseconds