Lines Matching refs:basegfx

40 struct CoordinateData2D : public basegfx::B2DPoint
45 explicit CoordinateData2D(const basegfx::B2DPoint& rData) in CoordinateData2D()
49 CoordinateData2D& operator=(const basegfx::B2DPoint& rData) in operator =()
55 void transform(const basegfx::B2DHomMatrix& rMatrix) in transform()
95 const basegfx::B2DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate()
100 void setCoordinate(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setCoordinate()
203 void transform(const basegfx::B2DHomMatrix& rMatrix) in transform()
214 const basegfx::B2DPoint* begin() const in begin()
222 const basegfx::B2DPoint* end() const in end()
230 basegfx::B2DPoint* begin() in begin()
238 basegfx::B2DPoint* end() in end()
251 basegfx::B2DVector maPrevVector;
252 basegfx::B2DVector maNextVector;
257 const basegfx::B2DVector& getPrevVector() const in getPrevVector()
262 void setPrevVector(const basegfx::B2DVector& rValue) in setPrevVector()
268 const basegfx::B2DVector& getNextVector() const in getNextVector()
273 void setNextVector(const basegfx::B2DVector& rValue) in setNextVector()
342 const basegfx::B2DVector& getPrevVector(sal_uInt32 nIndex) const in getPrevVector()
347 void setPrevVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setPrevVector()
360 maVector[nIndex].setPrevVector(basegfx::B2DVector::getEmptyVector()); in setPrevVector()
374 const basegfx::B2DVector& getNextVector(sal_uInt32 nIndex) const in getNextVector()
379 void setNextVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setNextVector()
392 maVector[nIndex].setNextVector(basegfx::B2DVector::getEmptyVector()); in setNextVector()
524 boost::scoped_ptr< basegfx::B2DPolygon > mpDefaultSubdivision;
527 boost::scoped_ptr< basegfx::B2DRange > mpB2DRange;
535 … const basegfx::B2DPolygon& getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon& rSource) const in getDefaultAdaptiveSubdivision()
539 …ast< ImplBufferedData* >(this)->mpDefaultSubdivision.reset(new basegfx::B2DPolygon(basegfx::tools:… in getDefaultAdaptiveSubdivision()
545 const basegfx::B2DRange& getB2DRange(const basegfx::B2DPolygon& rSource) const in getB2DRange()
549 basegfx::B2DRange aNewRange; in getB2DRange()
565 basegfx::B2DCubicBezier aEdge; in getB2DRange()
577 const basegfx::B2DRange aBezierRangeWithControlPoints(aEdge.getRange()); in getB2DRange()
607 const_cast< ImplBufferedData* >(this)->mpB2DRange.reset(new basegfx::B2DRange(aNewRange)); in getB2DRange()
634 const basegfx::B2DPolygon& getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon& rSource) const in getDefaultAdaptiveSubdivision()
649 const basegfx::B2DRange& getB2DRange(const basegfx::B2DPolygon& rSource) const in getB2DRange()
767 const basegfx::B2DPoint& getPoint(sal_uInt32 nIndex) const in getPoint()
772 void setPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setPoint()
783 void append(const basegfx::B2DPoint& rPoint) in append()
796 void insert(sal_uInt32 nIndex, const basegfx::B2DPoint& rPoint, sal_uInt32 nCount) in insert()
812 const basegfx::B2DVector& getPrevControlVector(sal_uInt32 nIndex) const in getPrevControlVector()
820 return basegfx::B2DVector::getEmptyVector(); in getPrevControlVector()
824 void setPrevControlVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setPrevControlVector()
845 const basegfx::B2DVector& getNextControlVector(sal_uInt32 nIndex) const in getNextControlVector()
853 return basegfx::B2DVector::getEmptyVector(); in getNextControlVector()
857 void setNextControlVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setNextControlVector()
885 setPrevControlVector(nIndex, basegfx::B2DVector::getEmptyVector()); in resetControlVectors()
886 setNextControlVector(nIndex, basegfx::B2DVector::getEmptyVector()); in resetControlVectors()
895 …void setControlVectors(sal_uInt32 nIndex, const basegfx::B2DVector& rPrev, const basegfx::B2DVecto… in setControlVectors()
901 …void appendBezierSegment(const basegfx::B2DVector& rNext, const basegfx::B2DVector& rPrev, const b… in appendBezierSegment()
1128 void transform(const basegfx::B2DHomMatrix& rMatrix) in transform()
1136 basegfx::B2DPoint aCandidate = maPoints.getCoordinate(a); in transform()
1140 const basegfx::B2DVector& rPrevVector(mpControlVector->getPrevVector(a)); in transform()
1141 const basegfx::B2DVector& rNextVector(mpControlVector->getNextVector(a)); in transform()
1145 basegfx::B2DVector aPrevVector(rMatrix * rPrevVector); in transform()
1151 basegfx::B2DVector aNextVector(rMatrix * rNextVector); in transform()
1169 const basegfx::B2DPoint* begin() const in begin()
1174 const basegfx::B2DPoint* end() const in end()
1179 basegfx::B2DPoint* begin() in begin()
1185 basegfx::B2DPoint* end() in end()
1194 namespace basegfx namespace
1326 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setPrevControlPoint()
1337 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setNextControlPoint()
1345 …void B2DPolygon::setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx in setControlPoints()
1349 const basegfx::B2DVector aNewPrev(rPrev - aPoint); in setControlPoints()
1350 const basegfx::B2DVector aNewNext(rNext - aPoint); in setControlPoints()