Home
last modified time | relevance | path

Searched refs:hDC (Results 26 – 38 of 38) sorted by relevance

12

/aoo42x/main/tools/inc/tools/
H A Dpostwin.h246 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
247 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
248 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt );
/aoo42x/main/vcl/inc/win/
H A Dsaldata.hxx242 void ImplSalLogFontToFontA( HDC hDC, const LOGFONTA& rLogFont, Font& rFont );
243 void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont );
244 bool ImplIsFontAvailable( HDC hDC, const UniString& rName );
/aoo42x/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx96 void Draw(HDC hDC) const;
108 HDC hDC, HWND hWnd);
/aoo42x/main/vcl/win/source/app/
H A Dsalinfo.cxx56 HDC hDC, in ImplEnumMonitorProc() argument
62 reinterpret_cast<sal_IntPtr>(hDC), in ImplEnumMonitorProc()
/aoo42x/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx127 aSystemGraphicsData.hDC = reinterpret_cast< ::HDC >(hdc); in drawText()
286 aSystemGraphicsData.hDC = reinterpret_cast< ::HDC >(GetDC( NULL )); in queryTextBounds()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_win32_cairo.hxx45 Win32Surface( HDC hDC, int x, int y );
/aoo42x/main/vcl/inc/os2/
H A Dsalvd.h57 HBITMAP ImplCreateVirDevBitmap( HDC hDC, HPS hPS, long nDX, long nDY,
/aoo42x/main/vcl/inc/vcl/
H A Dsysdata.hxx110 HDC hDC; // handle to a device context member
/aoo42x/main/fpicker/source/win32/filepicker/
H A Ddibpreview.hxx85 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
H A DPreviewCtrl.hxx171 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
/aoo42x/main/sal/inc/systools/win32/
H A Duser9x.h149 HDC hDC, // handle to DC
/aoo42x/main/vcl/os2/source/window/
H A Dsalframe.cxx872 HDC hDC = WinQueryWindowDC( hWnd ); in ImplWinGetDC() local
873 if ( !hDC ) in ImplWinGetDC()
874 hDC = WinOpenWindowDC( hWnd ); in ImplWinGetDC()
875 return hDC; in ImplWinGetDC()
/aoo42x/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx1053 aRes.hDC = mhDC; in GetGraphicsData()

Completed in 79 milliseconds

12