Home
last modified time | relevance | path

Searched refs:nVertRound (Results 1 – 17 of 17) 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()
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 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 …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 Dmetaact.cxx551 sal_uInt32 nHorzRound, sal_uInt32 nVertRound ) : in IMPL_META_ACTION()
555 mnVertRound ( nVertRound ) in IMPL_META_ACTION()
H A Dpdfwriter_impl.hxx1245 void drawRectangle( const Rectangle& rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx66 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 Dpoly.cxx436 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 Dvclxgraphics.cxx411 … 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 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 …l_Int32 Width, ::sal_Int32 Height, ::sal_Int32 nHorzRound, ::sal_Int32 nVertRound ) throw (::com::…
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl157 [in] long nVertRound );
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx260 … (void (OutputDevice::*)( const Rectangle&, sal_uLong nHorzRount, sal_uLong nVertRound ))( in setupMethodStubs()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx776 sal_uLong nHorzRount, sal_uLong nVertRound );
H A Dmetaact.hxx301 sal_uInt32 nHorzRound, sal_uInt32 nVertRound );
H A Doutdev.hxx751 sal_uLong nHorzRount, sal_uLong nVertRound );

Completed in 189 milliseconds