Home
last modified time | relevance | path

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

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx345 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()
408 XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy, in XPolygon() argument
419 long nXHdl = (long)(0.552284749 * nRx); in XPolygon()
[all …]
/trunk/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,
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx922 sal_Int32 nRx((aSize.Width + 1) / 2); local
924 sal_Bool bCircle(nRx == nRy);

Completed in 34 milliseconds