Home
last modified time | relevance | path

Searched refs:temporaryPoint (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx52 class temporaryPoint class
66 bool operator<(const temporaryPoint& rComp) const in operator <()
83 typedef ::std::vector< temporaryPoint > temporaryPointVector;
139 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon()
161 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon()
208 const temporaryPoint& rTempPoint = rPointVector[a]; in adaptAndTransferCutsWithBezierSegment()
279 rTempPointsA.push_back(temporaryPoint(aCutPoint, nIndA, fCut)); in findEdgeCutsTwoEdges()
280 rTempPointsB.push_back(temporaryPoint(aCutPoint, nIndB, fCut2)); in findEdgeCutsTwoEdges()
370 rTempPointsA.push_back(temporaryPoint(aCurrA, a, 0.0)); in findCutsAndTouchesAndCommonForBezier()
386 rTempPointsB.push_back(temporaryPoint(aCurrB, b, 0.0)); in findCutsAndTouchesAndCommonForBezier()
[all …]

Completed in 12 milliseconds