Home
last modified time | relevance | path

Searched refs:nHorzRound (Results 1 – 14 of 14) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev5.cxx48 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 Dpdfwriter.cxx147 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 Dpdfwriter_impl.cxx8762 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 Dmetaact.cxx551 sal_uInt32 nHorzRound, sal_uInt32 nVertRound ) : in IMPL_META_ACTION()
554 mnHorzRound ( nHorzRound ), in IMPL_META_ACTION()
H A Dpdfwriter_impl.hxx1245 void drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
/trunk/main/tools/source/generic/
H A Dpoly.cxx436 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()
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx127 const sal_uInt16 nHorzRound, const sal_uInt16 nVertRound ) in DrawRect() argument
132 pOut->DrawRect( aRect.SVRect(), nHorzRound, nVertRound ); in DrawRect()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx411 …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()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx177 void WMFRecord_RoundRect(const Rectangle & rRect, long nHorzRound, long nVertRound);
H A Dwmfwr.cxx816 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 Dpoly.hxx139 sal_uIntPtr nHorzRound, sal_uIntPtr nVertRound );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx131 …2 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height, ::sal_Int32 nHorzRound, ::sal_Int32 nVe…
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl156 [in] long nHorzRound,
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx301 sal_uInt32 nHorzRound, sal_uInt32 nVertRound );

Completed in 142 milliseconds