Searched refs:nRy (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/svx/source/xoutdev/ |
| H A D | _xpoly.cxx | 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 [all …]
|
| /AOO41X/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,
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | shapeexport2.cxx | 923 sal_Int32 nRy((aSize.Height + 1) / 2); local 924 sal_Bool bCircle(nRx == nRy);
|