Home
last modified time | relevance | path

Searched refs:nRx (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/source/xoutdev/
H A D_xpoly.cxx338 XPolygon::XPolygon(const Rectangle& rRect, long nRx, long nRy) in XPolygon() argument
345 if ( nRx > nWh ) nRx = nWh; in XPolygon()
349 nRx = -nRx; in XPolygon()
352 long nXHdl = (long)(0.552284749 * nRx); in XPolygon()
356 if ( nRx && nRy ) in XPolygon()
365 aCenter.X() -= nRx; in XPolygon()
369 aCenter.X() += nRx; in XPolygon()
373 aCenter.X() += nRx; in XPolygon()
377 aCenter.X() -= nRx; in XPolygon()
381 GenBezArc(aCenter, nRx, nRy, nXHdl, nYHdl, 0, 900, nQuad, nPos); in XPolygon()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dxpoly.hxx75 void GenBezArc(const Point& rCenter, long nRx, long nRy,
84 XPolygon( const Rectangle& rRect, long nRx = 0, long nRy = 0 );
85 XPolygon( const Point& rCenter, long nRx, long nRy,
/AOO41X/main/xmloff/source/draw/
H A Dshapeexport2.cxx922 sal_Int32 nRx((aSize.Width + 1) / 2); local
924 sal_Bool bCircle(nRx == nRy);