Lines Matching refs:getPoint
767 const basegfx::B2DPoint& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplB2DPolygon
1254 return mpPolygon->getPoint(nIndex); in getB2DPoint()
1261 if(mpPolygon->getPoint(nIndex) != rValue) in setB2DPoint()
1301 return mpPolygon->getPoint(nIndex) + mpPolygon->getPrevControlVector(nIndex); in getPrevControlPoint()
1305 return mpPolygon->getPoint(nIndex); in getPrevControlPoint()
1315 return mpPolygon->getPoint(nIndex) + mpPolygon->getNextControlVector(nIndex); in getNextControlPoint()
1319 return mpPolygon->getPoint(nIndex); in getNextControlPoint()
1326 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setPrevControlPoint()
1337 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setNextControlPoint()
1348 const B2DPoint aPoint(mpPolygon->getPoint(nIndex)); in setControlPoints()
1402 …extVector(mpPolygon->count() ? B2DVector(rNextControlPoint - mpPolygon->getPoint(mpPolygon->count(… in appendBezierSegment()
1488 rTarget.setStartPoint(mpPolygon->getPoint(nIndex)); in getBezierSegment()
1489 rTarget.setEndPoint(mpPolygon->getPoint(nNextIndex)); in getBezierSegment()
1506 const B2DPoint aPoint(mpPolygon->getPoint(nIndex)); in getBezierSegment()