/aoo4110/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() 64 nHorzRound = ImplLogicWidthToDevicePixel( nHorzRound ); 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 void PDFWriterImpl::drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertR… in drawRectangle() argument 8766 if( !nHorzRound && !nVertRound ) in drawRectangle() 8775 if( nHorzRound > (sal_uInt32)rRect.GetWidth()/2 ) in drawRectangle() 8776 nHorzRound = rRect.GetWidth()/2; in drawRectangle() 8782 const sal_uInt32 kx = (sal_uInt32)((kappa*(double)nHorzRound)+0.5); in drawRectangle() 8785 aPoints[1] = Point( rRect.TopLeft().X() + nHorzRound, rRect.TopLeft().Y() ); in drawRectangle() 8787 aPoints[2] = Point( rRect.TopRight().X()+1 - nHorzRound, aPoints[1].Y() ); in drawRectangle() 8795 aPoints[9] = Point( rRect.BottomRight().X()+1-nHorzRound, rRect.BottomRight().Y()+1 ); in drawRectangle() 8797 aPoints[10] = Point( rRect.BottomLeft().X() + nHorzRound, aPoints[9].Y() ); in drawRectangle()
|
H A D | pdfwriter_impl.hxx | 1245 void drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
|
H A D | metaact.cxx | 551 sal_uInt32 nHorzRound, sal_uInt32 nVertRound ) : in IMPL_META_ACTION() 554 mnHorzRound ( nHorzRound ), in IMPL_META_ACTION()
|
/aoo4110/main/tools/source/generic/ |
H A D | poly.cxx | 436 Polygon::Polygon( const Rectangle& rRect, sal_uIntPtr nHorzRound, sal_uIntPtr nVertRound ) in Polygon() argument 447 nHorzRound = Min( nHorzRound, (sal_uIntPtr) labs( aRect.GetWidth() >> 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()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | drawdev.hxx | 127 const sal_uInt16 nHorzRound, const sal_uInt16 nVertRound ) in DrawRect() argument 132 pOut->DrawRect( aRect.SVRect(), nHorzRound, nVertRound ); in DrawRect()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 411 …sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 nHorzRound, sal_Int32 nVert… in drawRoundedRect() argument 418 …mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ), nHorzRound, nVertRoun… in drawRoundedRect()
|
/aoo4110/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()
|
/aoo4110/main/tools/inc/tools/ |
H A D | poly.hxx | 139 sal_uIntPtr nHorzRound, sal_uIntPtr nVertRound );
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 131 …2 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height, ::sal_Int32 nHorzRound, ::sal_Int32 nVe…
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 156 [in] long nHorzRound,
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 301 sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
|