Lines Matching refs:rTempPoint
139 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon() local
145 const double fRelativeSplitPoint((rTempPoint.getCut() - fLeftStart) / (1.0 - fLeftStart)); in mergeTemporaryPointsAndPolygon()
147 fLeftStart = rTempPoint.getCut(); in mergeTemporaryPointsAndPolygon()
150 …ndBezierSegment(aLeftPart.getControlPointA(), aLeftPart.getControlPointB(), rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon()
161 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon() local
162 const B2DPoint aNewPoint(rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon()
208 const temporaryPoint& rTempPoint = rPointVector[a]; in adaptAndTransferCutsWithBezierSegment() local
209 const double fCutPosInPolygon((double)rTempPoint.getIndex() + rTempPoint.getCut()); in adaptAndTransferCutsWithBezierSegment()
211 rTempPoints.push_back(temporaryPoint(rTempPoint.getPoint(), nInd, fRelativeCutPos)); in adaptAndTransferCutsWithBezierSegment()
446 const temporaryPoint& rTempPoint = aTempPointVectorEdge[a]; in findEdgeCutsBezierAndEdge() local
447 rTempPointsB.push_back(temporaryPoint(rTempPoint.getPoint(), nIndB, rTempPoint.getCut())); in findEdgeCutsBezierAndEdge()