Searched refs:nDrag (Results 1 – 2 of 2) sorted by relevance
1033 void XPolygon::CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 nPnt) in CalcSmoothJoin() argument1046 sal_uInt16 nTmp = nDrag; in CalcSmoothJoin()1047 nDrag = nPnt; in CalcSmoothJoin()1051 Point aDiff = pPoints[nDrag] - pPoints[nCenter]; in CalcSmoothJoin()1052 double fDiv = CalcDistance(nCenter, nDrag); in CalcSmoothJoin()1058 if ( GetFlags(nCenter) == XPOLY_SMOOTH || !IsControl(nDrag) ) in CalcSmoothJoin()
119 void CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 nPnt);
Completed in 28 milliseconds