Lines Matching refs:nRy
338 XPolygon::XPolygon(const Rectangle& rRect, long nRx, long nRy) in XPolygon() argument
346 if ( nRy > nHh ) nRy = nHh; in XPolygon()
353 long nYHdl = (long)(0.552284749 * nRy); in XPolygon()
356 if ( nRx && nRy ) in XPolygon()
366 aCenter.Y() += nRy; in XPolygon()
370 aCenter.Y() += nRy; in XPolygon()
374 aCenter.Y() -= nRy; in XPolygon()
378 aCenter.Y() -= nRy; in XPolygon()
381 GenBezArc(aCenter, nRx, nRy, nXHdl, nYHdl, 0, 900, nQuad, nPos); in XPolygon()
408 XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy, in XPolygon() argument
420 long nYHdl = (long)(0.552284749 * nRy); in XPolygon()
430 GenBezArc(rCenter, nRx, nRy, nXHdl, nYHdl, nA1, nA2, nQuad, nPos); in XPolygon()
953 void XPolygon::GenBezArc(const Point& rCenter, long nRx, long nRy, in GenBezArc() argument
967 nRy = -nRy; nYHdl = -nYHdl; in GenBezArc()
972 pPoints[nFirst].X() += nRx; pPoints[nFirst+3].Y() += nRy; in GenBezArc()
976 pPoints[nFirst].Y() += nRy; pPoints[nFirst+3].X() += nRx; in GenBezArc()