Lines Matching refs:sal_uInt32

70 	explicit CoordinateDataArray2D(sal_uInt32 nCount)  in CoordinateDataArray2D()
80 CoordinateDataArray2D(const CoordinateDataArray2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in CoordinateDataArray2D()
85 sal_uInt32 count() const in count()
95 const basegfx::B2DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate()
100 void setCoordinate(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setCoordinate()
105 void reserve(sal_uInt32 nCount) in reserve()
115 void insert(sal_uInt32 nIndex, const CoordinateData2D& rValue, sal_uInt32 nCount) in insert()
126 void insert(sal_uInt32 nIndex, const CoordinateDataArray2D& rSource) in insert()
128 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
141 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
159 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip()
163 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
184 sal_uInt32 nIndex(0); in removeDoublePointsWholeTrack()
297 sal_uInt32 mnUsedVectors;
300 explicit ControlVectorArray2D(sal_uInt32 nCount) in ControlVectorArray2D()
305 ControlVectorArray2D(const ControlVectorArray2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in ControlVectorArray2D()
327 sal_uInt32 count() const in count()
342 const basegfx::B2DVector& getPrevVector(sal_uInt32 nIndex) const in getPrevVector()
347 void setPrevVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) 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()
417 void insert(sal_uInt32 nIndex, const ControlVectorPair2D& rValue, sal_uInt32 nCount) in insert()
434 void insert(sal_uInt32 nIndex, const ControlVectorArray2D& rSource) in insert()
436 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
458 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
486 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip()
490 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
550 const sal_uInt32 nPointCount(rSource.count()); in getB2DRange()
554 for(sal_uInt32 a(0); a < nPointCount; a++) in getB2DRange()
561 const sal_uInt32 nEdgeCount(rSource.isClosed() ? nPointCount : nPointCount - 1); in getB2DRange()
568 for(sal_uInt32 b(0); b < nEdgeCount; b++) in getB2DRange()
570 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in getB2DRange()
591 const sal_uInt32 nExtremaCount(aExtremas.size()); in getB2DRange()
593 for(sal_uInt32 c(0); c < nExtremaCount; c++) in getB2DRange()
679 ImplB2DPolygon(const ImplB2DPolygon& rToBeCopied, sal_uInt32 nIndex, sal_uInt32 nCount) in ImplB2DPolygon()
709 sal_uInt32 count() const in count()
767 const basegfx::B2DPoint& getPoint(sal_uInt32 nIndex) const in getPoint()
772 void setPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setPoint()
778 void reserve(sal_uInt32 nCount) in reserve()
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()
824 void setPrevControlVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setPrevControlVector()
845 const basegfx::B2DVector& getNextControlVector(sal_uInt32 nIndex) const in getNextControlVector()
857 void setNextControlVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setNextControlVector()
883 void resetControlVectors(sal_uInt32 nIndex) in resetControlVectors()
895 …void setControlVectors(sal_uInt32 nIndex, const basegfx::B2DVector& rPrev, const basegfx::B2DVecto… in setControlVectors()
904 const sal_uInt32 nCount(maPoints.count()); in appendBezierSegment()
915 void insert(sal_uInt32 nIndex, const ImplB2DPolygon& rSource) in insert()
917 const sal_uInt32 nCount(rSource.maPoints.count()); in insert()
945 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
984 const sal_uInt32 nIndex(maPoints.count() - 1); in hasDoublePoints()
1003 for(sal_uInt32 a(0); a < maPoints.count() - 1; a++) in hasDoublePoints()
1041 const sal_uInt32 nIndex(maPoints.count() - 1); in removeDoublePointsAtBeginEnd()
1061 const sal_uInt32 nIndex(maPoints.count() - 1); in removeDoublePointsAtBeginEnd()
1086 sal_uInt32 nIndex(0); in removeDoublePointsWholeTrack()
1134 for(sal_uInt32 a(0); a < maPoints.count(); a++) in transform()
1209 B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) in B2DPolygon()
1245 sal_uInt32 B2DPolygon::count() const in count()
1250 B2DPoint B2DPolygon::getB2DPoint(sal_uInt32 nIndex) const in getB2DPoint()
1257 void B2DPolygon::setB2DPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setB2DPoint()
1267 void B2DPolygon::reserve(sal_uInt32 nCount) in reserve()
1272 void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPoint& rPoint, sal_uInt32 nCount) in insert()
1282 void B2DPolygon::append(const B2DPoint& rPoint, sal_uInt32 nCount) in append()
1295 B2DPoint B2DPolygon::getPrevControlPoint(sal_uInt32 nIndex) const in getPrevControlPoint()
1309 B2DPoint B2DPolygon::getNextControlPoint(sal_uInt32 nIndex) const in getNextControlPoint()
1323 void B2DPolygon::setPrevControlPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setPrevControlPoint()
1334 void B2DPolygon::setNextControlPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setNextControlPoint()
1345 …void B2DPolygon::setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx… in setControlPoints()
1358 void B2DPolygon::resetPrevControlPoint(sal_uInt32 nIndex) in resetPrevControlPoint()
1368 void B2DPolygon::resetNextControlPoint(sal_uInt32 nIndex) in resetNextControlPoint()
1378 void B2DPolygon::resetControlPoints(sal_uInt32 nIndex) in resetControlPoints()
1420 bool B2DPolygon::isPrevControlPointUsed(sal_uInt32 nIndex) const in isPrevControlPointUsed()
1427 bool B2DPolygon::isNextControlPointUsed(sal_uInt32 nIndex) const in isNextControlPointUsed()
1434 B2VectorContinuity B2DPolygon::getContinuityInPoint(sal_uInt32 nIndex) const in getContinuityInPoint()
1451 bool B2DPolygon::isBezierSegment(sal_uInt32 nIndex) const in isBezierSegment()
1462 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in isBezierSegment()
1480 void B2DPolygon::getBezierSegment(sal_uInt32 nIndex, B2DCubicBezier& rTarget) const in getBezierSegment()
1487 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in getBezierSegment()
1524 …void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32 in insert()
1548 void B2DPolygon::append(const B2DPolygon& rPoly, sal_uInt32 nIndex, sal_uInt32 nCount) in append()
1570 void B2DPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()