Searched refs:WIN_Rectangle (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | wntgdi.cxx | 39 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 ) in WIN_Rectangle() function
|
H A D | salgdi2.cxx | 744 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in invert()
|
H A D | salgdi.cxx | 1419 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in drawRect()
|
H A D | salprn.cxx | 2321 WIN_Rectangle( hDC, -8000, -8000, -7999, -7999 ); in StartPage()
|
/trunk/main/tools/inc/tools/ |
H A D | postsys.h | 231 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
|
H A D | postwin.h | 246 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
|
Completed in 30 milliseconds