Searched refs:nRadX (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 493 Polygon::Polygon( const Point& rCenter, long nRadX, long nRadY, sal_uInt16 nPoints ) in Polygon() argument 497 if( nRadX && nRadY ) in Polygon() 502 nPoints = (sal_uInt16) ( F_PI * ( 1.5 * ( nRadX + nRadY ) - in Polygon() 503 sqrt( (double) labs( nRadX * nRadY ) ) ) ); in Polygon() 507 if( ( nRadX > 32 ) && ( nRadY > 32 ) && ( nRadX + nRadY ) < 8192 ) in Polygon() 523 long nX = FRound( nRadX * cos( nAngle ) ); in Polygon() 557 const long nRadX = aCenter.X() - rBound.Left(); in Polygon() local 561 nPoints = (sal_uInt16) ( F_PI * ( 1.5 * ( nRadX + nRadY ) - in Polygon() 562 sqrt( (double) labs( nRadX * nRadY ) ) ) ); in Polygon() 566 if( ( nRadX > 32 ) && ( nRadY > 32 ) && ( nRadX + nRadY ) < 8192 ) in Polygon() [all …]
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 579 void SVGActionWriter::ImplWriteRect( const Rectangle& rRect, long nRadX, long nRadY, in ImplWriteRect() argument 594 if( nRadX ) in ImplWriteRect() 595 …NAMESPACE_NONE, aXMLAttrRX, ::rtl::OUString::valueOf( bApplyMapping ? ImplMap( nRadX ) : nRadX ) ); in ImplWriteRect() 607 void SVGActionWriter::ImplWriteEllipse( const Point& rCenter, long nRadX, long nRadY, in ImplWriteEllipse() argument 619 …NAMESPACE_NONE, aXMLAttrRX, ::rtl::OUString::valueOf( bApplyMapping ? ImplMap( nRadX ) : nRadX ) ); in ImplWriteEllipse()
|
H A D | svgwriter.hxx | 203 void ImplWriteRect( const Rectangle& rRect, long nRadX = 0, long nRadY = 0, 205 void ImplWriteEllipse( const Point& rCenter, long nRadX, long nRadY,
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter.hxx | 373 void Impl_writeRect( const Rectangle& rRect, long nRadX, long nRadY ); 374 void Impl_writeEllipse( const Point& rCenter, long nRadX, long nRadY );
|
H A D | swfwriter1.cxx | 1196 void Writer::Impl_writeRect( const Rectangle& rRect, long nRadX, long nRadY ) in Impl_writeRect() argument 1205 Polygon aPoly( rRect, nRadX, nRadY ); in Impl_writeRect() 1212 void Writer::Impl_writeEllipse( const Point& rCenter, long nRadX, long nRadY ) in Impl_writeEllipse() argument 1214 Polygon aPoly( rCenter, nRadX, nRadY ); in Impl_writeEllipse()
|
/aoo42x/main/vcl/source/control/ |
H A D | button.cxx | 2777 long nRadX = aImageSize.Width()/2; in Draw() local 2782 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw() 2783 nRadX -= aBrd1Size.Width(); in Draw() 2786 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw() 2789 nRadX -= aBrd1Size.Width(); in Draw() 2791 if ( !nRadX ) in Draw() 2792 nRadX = 1; in Draw() 2796 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw()
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 141 long nRadX, long nRadY,
|
Completed in 107 milliseconds