Searched refs:nRy (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 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() 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 D | xpoly.hxx | 75 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 D | shapeexport2.cxx | 923 sal_Int32 nRy((aSize.Height + 1) / 2); local 924 sal_Bool bCircle(nRx == nRy);
|
Completed in 37 milliseconds