/trunk/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 48 sal_uLong nHorzRound, sal_uLong nVertRound ) in DBG_NAMEEX() 54 mpMetaFile->AddAction( new MetaRoundRectAction( rRect, nHorzRound, nVertRound ) ); in DBG_NAMEEX() 65 nVertRound = ImplLogicHeightToDevicePixel( nVertRound ); in DBG_NAMEEX() 84 if ( !nHorzRound && !nVertRound ) in DBG_NAMEEX() 88 const Polygon aRoundRectPoly( aRect, nHorzRound, nVertRound ); in DBG_NAMEEX() 102 mpAlphaVDev->DrawRect( rRect, nHorzRound, nVertRound ); in DBG_NAMEEX()
|
H A D | pdfwriter.cxx | 147 void PDFWriter::DrawRect( const Rectangle& rRect, sal_uLong nHorzRound, sal_uLong nVertRound ) in DrawRect() argument 149 ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect, nHorzRound, nVertRound ); in DrawRect()
|
H A D | pdfwriter_impl.cxx | 8762 …DFWriterImpl::drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound ) in drawRectangle() argument 8766 if( !nHorzRound && !nVertRound ) in drawRectangle() 8777 if( nVertRound > (sal_uInt32)rRect.GetHeight()/2 ) in drawRectangle() 8778 nVertRound = rRect.GetHeight()/2; in drawRectangle() 8783 const sal_uInt32 ky = (sal_uInt32)((kappa*(double)nVertRound)+0.5); in drawRectangle() 8790 aPoints[5] = Point( rRect.TopRight().X()+1, rRect.TopRight().Y()+nVertRound ); in drawRectangle() 8792 aPoints[6] = Point( aPoints[5].X(), rRect.BottomRight().Y()+1 - nVertRound ); in drawRectangle() 8800 aPoints[13] = Point( rRect.BottomLeft().X(), rRect.BottomLeft().Y()+1-nVertRound ); in drawRectangle() 8802 aPoints[14] = Point( rRect.TopLeft().X(), rRect.TopLeft().Y()+nVertRound ); in drawRectangle()
|
H A D | metaact.cxx | 551 sal_uInt32 nHorzRound, sal_uInt32 nVertRound ) : in IMPL_META_ACTION() 555 mnVertRound ( nVertRound ) in IMPL_META_ACTION()
|
H A D | pdfwriter_impl.hxx | 1245 void drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
|
/trunk/main/sw/source/core/inc/ |
H A D | drawdev.hxx | 66 const sal_uInt16 nVertRound = 0 ); 127 const sal_uInt16 nHorzRound, const sal_uInt16 nVertRound ) in DrawRect() argument 132 pOut->DrawRect( aRect.SVRect(), nHorzRound, nVertRound ); in DrawRect()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 436 Polygon::Polygon( const Rectangle& rRect, sal_uIntPtr nHorzRound, sal_uIntPtr nVertRound ) in Polygon() argument 448 nVertRound = Min( nVertRound, (sal_uIntPtr) labs( aRect.GetHeight() >> 1 ) ); in Polygon() 450 if( !nHorzRound && !nVertRound ) in Polygon() 461 const Point aTL( aRect.Left() + nHorzRound, aRect.Top() + nVertRound ); in Polygon() 462 const Point aTR( aRect.Right() - nHorzRound, aRect.Top() + nVertRound ); in Polygon() 463 const Point aBR( aRect.Right() - nHorzRound, aRect.Bottom() - nVertRound ); in Polygon() 464 const Point aBL( aRect.Left() + nHorzRound, aRect.Bottom() - nVertRound ); in Polygon() 465 Polygon* pEllipsePoly = new Polygon( Point(), nHorzRound, nVertRound ); in Polygon()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 411 … y, sal_Int32 width, sal_Int32 height, sal_Int32 nHorzRound, sal_Int32 nVertRound ) throw(uno::Run… in drawRoundedRect() argument 418 …utputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ), nHorzRound, nVertRound ); in drawRoundedRect()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | wmfwr.hxx | 177 void WMFRecord_RoundRect(const Rectangle & rRect, long nHorzRound, long nVertRound);
|
H A D | wmfwr.cxx | 816 void WMFWriter::WMFRecord_RoundRect(const Rectangle & rRect, long nHorzRound, long nVertRound) in WMFRecord_RoundRect() argument 819 WriteHeightWidth(Size(nHorzRound,nVertRound)); in WMFRecord_RoundRect()
|
/trunk/main/tools/inc/tools/ |
H A D | poly.hxx | 139 sal_uIntPtr nHorzRound, sal_uIntPtr nVertRound );
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 131 …l_Int32 Width, ::sal_Int32 Height, ::sal_Int32 nHorzRound, ::sal_Int32 nVertRound ) throw (::com::…
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 157 [in] long nVertRound );
|
/trunk/main/vcl/workben/ |
H A D | outdevgrind.cxx | 260 … (void (OutputDevice::*)( const Rectangle&, sal_uLong nHorzRount, sal_uLong nVertRound ))( in setupMethodStubs()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 776 sal_uLong nHorzRount, sal_uLong nVertRound );
|
H A D | metaact.hxx | 301 sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
|
H A D | outdev.hxx | 751 sal_uLong nHorzRount, sal_uLong nVertRound );
|