Searched refs:rTempPoint (Results 1 – 2 of 2) sorted by relevance
139 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon() local145 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() local162 const B2DPoint aNewPoint(rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon()208 const temporaryPoint& rTempPoint = rPointVector[a]; in adaptAndTransferCutsWithBezierSegment() local209 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[all …]
299 SdrGluePoint& rTempPoint = (*pList)[i]; in replaceByIdentifer() local300 convert( aGluePoint, rTempPoint ); in replaceByIdentifer()336 const SdrGluePoint& rTempPoint = (*pList)[i]; in getByIdentifier() local337 if( rTempPoint.GetId() == nId ) in getByIdentifier()340 if(rTempPoint.IsUserDefined()) in getByIdentifier()345 convert( rTempPoint, aGluePoint ); in getByIdentifier()512 const SdrGluePoint& rTempPoint = (*pList)[(sal_uInt16)Index]; in getByIndex() local514 convert( rTempPoint, aGluePoint ); in getByIndex()
Completed in 24 milliseconds