| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dlinegeometry.cxx | 144 const B2DVector aEdge(rCandidate.getEndPoint() - rCandidate.getStartPoint()); in impIsSimpleEdge() 236 aRetval.append(aEdge.getStartPoint()); in subdivideToSimple() 355 const B2DVector aPureEdgeVector(rEdge.getEndPoint() - rEdge.getStartPoint()); in createAreaGeometryForEdge() 368 rEdge.getStartPoint(), aPerpendStartA, in createAreaGeometryForEdge() 379 rEdge.getStartPoint(), aPerpendStartB, in createAreaGeometryForEdge() 399 rEdge.getStartPoint().getX(), rEdge.getStartPoint().getY())); in createAreaGeometryForEdge() 404 … const basegfx::B2DPoint aStart(rEdge.getStartPoint() - (aTangentA * fHalfLineWidth)); in createAreaGeometryForEdge() 408 aBezierPolygon.append(rEdge.getStartPoint() + aPerpendStartB); in createAreaGeometryForEdge() 416 aBezierPolygon.append(rEdge.getStartPoint() + aPerpendStartA); in createAreaGeometryForEdge() 423 aBezierPolygon.append(rEdge.getStartPoint()); in createAreaGeometryForEdge() [all …]
|
| H A D | b2dpolygoncutandtouch.cxx | 429 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() 583 …findEdgeCutsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoin… in findCuts() 588 …findEdgeCutsBezierAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPoin… in findCuts() 593 …findEdgeCutsTwoEdges(aCubicA.getStartPoint(), aCubicA.getEndPoint(), aCubicB.getStartPoint(), aCub… in findCuts() 711 aTempPolygon.append(rCubicA.getStartPoint()); in findTouchesOnCurve() 835 …findEdgeCutsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoin… in findCuts() 840 …findEdgeCutsBezierAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPoin… in findCuts() [all …]
|
| H A D | b2dpolypolygoncutter.cxx | 296 … 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 D | b2dpolygontools.cxx | 194 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() 1430 …aSnippet.append(interpolate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fLastDotDash… in applyLineDashing() 1433 …aSnippet.append(interpolate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fDotDashMovi… in applyLineDashing() 1461 …aSnippet.append(interpolate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fLastDotDash… in applyLineDashing() 2613 …fEdgeDist = getSmallestDistancePointToEdge(aBezier.getStartPoint(), aBezier.getEndPoint(), rTestPo… in getSmallestDistancePointToPolygon() [all …]
|
| H A D | b2dpolygonclipper.cxx | 118 … 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 D | b2dpolygon.cxx | 1493 … rTarget.setControlPointA(rTarget.getStartPoint() + mpPolygon->getNextControlVector(nIndex)); in getBezierSegment() 1499 rTarget.setControlPointA(rTarget.getStartPoint()); in getBezierSegment()
|
| /trunk/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 537 return B2DVector(getEndPoint() - getStartPoint()).getLength(); in getLength() 581 B2DVector aTangent(getControlPointA() - getStartPoint()); in getTangent() 590 aTangent = (getControlPointB() - getStartPoint()) * 0.3; in getTangent() 598 return (getEndPoint() - getStartPoint()) * 0.3; in getTangent() 620 return (getEndPoint() - getStartPoint()) * 0.3; in getTangent() 628 return aRight.getControlPointA() - aRight.getStartPoint(); in getTangent() 686 aInitialPolygon.append(getStartPoint()); in getSmallestDistancePointToBezierSegment() 866 const B2DPoint aPoint(interpolate(getStartPoint(), getEndPoint(), fSplit)); in snippet() 900 const B2DPoint aPointA(interpolate(getStartPoint(), getEndPoint(), fStart)); in snippet() 901 const B2DPoint aPointB(interpolate(getStartPoint(), getEndPoint(), fEnd)); in snippet()
|
| H A D | b2dbeziertools.cxx | 54 B2DPoint aCurrent(rBase.getStartPoint()); in B2DCubicBezierHelper()
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | BlockCursor.cxx | 47 virtual const Point* getStartPoint() const; 80 const Point* SwBlockCursor::getStartPoint() const in getStartPoint() function in SwBlockCursor
|
| H A D | IBlockCursor.hxx | 68 virtual const Point* getStartPoint() const = 0;
|
| H A D | crsrsh.cxx | 769 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 D | testtools.cxx | 206 mrOutputStream << "cubicBezier(" << rCurve.getStartPoint().getX() in plot() 211 << "cubicBezier(" << rCurve.getStartPoint().getY() in plot()
|
| /trunk/main/basegfx/inc/basegfx/curve/ |
| H A D | b2dquadraticbezier.hxx | 59 ::basegfx::B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint() function in basegfx::B2DQuadraticBezier
|
| H A D | b2dcubicbezier.hxx | 98 B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint() function in basegfx::B2DCubicBezier
|
| /trunk/main/basegfx/source/tools/ |
| H A D | debugplotter.cxx | 372 aPoly.append(rBezier.getStartPoint()); in plot()
|
| /trunk/main/tools/source/generic/ |
| H A D | poly.cxx | 2311 …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 D | svgtextpathnode.cxx | 204 … aPosition = maCurrentSegment.getStartPoint() + (aTangent * (mfPosition - mfSegmentStartPosition)); in allowChange()
|