Home
last modified time | relevance | path

Searched refs:nRy (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx923 sal_Int32 nRy((aSize.Height + 1) / 2); local
924 sal_Bool bCircle(nRx == nRy);
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx346 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()
408 XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy, in XPolygon() argument
420 long nYHdl = (long)(0.552284749 * nRy); in XPolygon()
967 nRy = -nRy; nYHdl = -nYHdl; in GenBezArc()
[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,

Completed in 30 milliseconds