Searched refs:nRadY (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() 524 long nY = FRound( -nRadY * sin( nAngle ) ); in Polygon() 558 const long nRadY = aCenter.Y() - rBound.Top(); 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 597 if( nRadY ) in ImplWriteRect() 598 …NAMESPACE_NONE, aXMLAttrRY, ::rtl::OUString::valueOf( bApplyMapping ? ImplMap( nRadY ) : nRadY ) ); in ImplWriteRect() 607 void SVGActionWriter::ImplWriteEllipse( const Point& rCenter, long nRadX, long nRadY, in ImplWriteEllipse() argument 620 …NAMESPACE_NONE, aXMLAttrRY, ::rtl::OUString::valueOf( bApplyMapping ? ImplMap( nRadY ) : nRadY ) ); 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 | 2778 long nRadY = aImageSize.Height()/2; in Draw() local 2782 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw() 2784 nRadY -= aBrd1Size.Height(); in Draw() 2786 pDev->DrawPolygon( Polygon( aCenterPos, nRadX, nRadY ) ); in Draw() 2790 nRadY -= aBrd1Size.Height(); in Draw() 2793 if ( !nRadY ) in Draw() 2794 nRadY = 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 139 milliseconds