Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx139 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
[all …]
/aoo41x/main/svx/source/unodraw/
H A Dgluepts.cxx299 SdrGluePoint& rTempPoint = (*pList)[i]; in replaceByIdentifer() local
300 convert( aGluePoint, rTempPoint ); in replaceByIdentifer()
336 const SdrGluePoint& rTempPoint = (*pList)[i]; in getByIdentifier() local
337 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() local
514 convert( rTempPoint, aGluePoint ); in getByIndex()

Completed in 29 milliseconds