Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx78 double getCut() const { return mfCut; } in getCut() function in basegfx::__anonce9778c70111::temporaryPoint
145 … const double fRelativeSplitPoint((rTempPoint.getCut() - fLeftStart) / (1.0 - fLeftStart)); in mergeTemporaryPointsAndPolygon()
147 fLeftStart = rTempPoint.getCut(); in mergeTemporaryPointsAndPolygon()
209 … const double fCutPosInPolygon((double)rTempPoint.getIndex() + rTempPoint.getCut()); in adaptAndTransferCutsWithBezierSegment()
447 … rTempPointsB.push_back(temporaryPoint(rTempPoint.getPoint(), nIndB, rTempPoint.getCut())); in findEdgeCutsBezierAndEdge()