HomeSort by relevance Sort by last modified time
    Searched defs:HDC (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/printing/
print_settings_initializer_win.h 13 typedef struct HDC__* HDC;
23 static void InitPrintSettings(HDC hdc,
  /external/chromium/base/win/
scoped_hdc.h 16 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
17 // CreateCompatibleDC. For an HDC returned by GetDC, use ReleaseDC instead.
21 explicit ScopedHDC(HDC h) : hdc_(h) { }
27 HDC Get() {
31 void Set(HDC h) {
36 operator HDC() { return hdc_; }
48 HDC hdc_;
  /external/chromium_org/base/win/
scoped_hdc.h 17 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
40 operator HDC() { return hdc_; }
44 HDC hdc_;
49 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
53 typedef HDC Handle;
55 static bool CloseHandle(HDC handle) {
59 static bool IsHandleValid(HDC handle) {
63 static HDC NullHandle() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/win/
HWndDC.h 60 HDC setHWnd(HWND hwnd)
77 operator HDC()
84 HDC m_hdc;
  /external/chromium_org/third_party/WebKit/Source/wtf/
OwnPtrCommon.h 34 typedef struct HDC__* HDC;
53 void deleteOwnedPtr(HDC);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 69 HDC = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 69 HDC = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',

Completed in 167 milliseconds