Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx78 double getCut() const { return mfCut; } in getCut() function in basegfx::__anon048ad0970111::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()

Completed in 22 milliseconds