/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 240 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 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() 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 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() 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 D | b2dpolygonclipper.cxx | 118 if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis() 120 aRun.append(aEdge.getStartPoint()); in clipPolygonOnParallelAxis() 444 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()
|
/aoo41x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 543 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 D | b2dbeziertools.cxx | 58 B2DPoint aCurrent(rBase.getStartPoint()); in B2DCubicBezierHelper()
|
/aoo41x/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() 1886 if( pBlockCrsr->getEndPoint() && pBlockCrsr->getStartPoint() ) in RefreshBlockCursor() 1888 aPt = *pBlockCrsr->getStartPoint(); in RefreshBlockCursor()
|
/aoo41x/main/basegfx/test/ |
H A D | testtools.cxx | 206 mrOutputStream << "cubicBezier(" << rCurve.getStartPoint().getX() in plot() 211 << "cubicBezier(" << rCurve.getStartPoint().getY() in plot()
|
/aoo41x/main/basegfx/inc/basegfx/curve/ |
H A D | b2dquadraticbezier.hxx | 58 ::basegfx::B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint() function in basegfx::B2DQuadraticBezier
|
H A D | b2dcubicbezier.hxx | 97 B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint() function in basegfx::B2DCubicBezier
|
/aoo41x/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 372 aPoly.append(rBezier.getStartPoint()); in plot()
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 204 … aPosition = maCurrentSegment.getStartPoint() + (aTangent * (mfPosition - mfSegmentStartPosition)); in allowChange()
|
/aoo41x/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()
|