Home
last modified time | relevance | path

Searched refs:drawRect (Results 1 – 25 of 35) sorted by last modified time

12

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx712 void AquaSalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() function in AquaSalGraphics
H A Datslayout.cxx435 Rect drawRect; // rectangle of the changed area in DrawText() local
437 mnMinCharPos, mnCharCount, nFixedX, nFixedY, &drawRect ); in DrawText()
442 short d = drawRect.bottom - drawRect.top; in DrawText()
443 drawRect.top -= d; in DrawText()
444 drawRect.bottom += d; in DrawText()
445 CGRect aRect = CGRectMake( drawRect.left, drawRect.top, in DrawText()
446 drawRect.right - drawRect.left, in DrawText()
447 drawRect.bottom - drawRect.top ); in DrawText()
H A Daquaprintview.mm68 -(void)drawRect: (NSRect)rect
/trunk/main/vcl/inc/win/
H A Dsalgdi.h192 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1399 void WinSalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() function in WinSalGraphics
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx328 void SvpSalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() function in SvpSalGraphics
H A Dsvpgdi.hxx122 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
H A Dsvppspgraphics.cxx333 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() function in PspGraphics
H A Dsvppspgraphics.hxx141 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx399 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() function in PspGraphics
H A Dsalgdi.cxx828 void X11SalGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() function in X11SalGraphics
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx431 drawRect( nX, nY, nWidth, nHeight ); in DrawRect()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx477 void Os2SalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() function in Os2SalGraphics
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h132 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
H A Dsalgdi.h279 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/inc/
H A Dsalgdi.hxx119 virtual void drawRect( long nX, long nY, long nWidth, long nHeight ) = 0;
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h164 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h91 -(void)drawRect: (NSRect)aRect; in drawRect:()
H A Dsalgdi.h234 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
H A Dsalnsmenu.h33 -(void)drawRect: (NSRect)aRect; in drawRect:()
H A Daquaprintview.h53 -(void)drawRect: (NSRect)rect; in drawRect:()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm496 -(void)drawRect: (NSRect)aRect
H A Dsalnsmenu.mm128 -(void)drawRect: (NSRect)aRect
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java767 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx400 void VCLXGraphics::drawRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw(un… in drawRect() function in VCLXGraphics

Completed in 125 milliseconds

12