Home
last modified time | relevance | path

Searched refs:HGDIOBJ (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/gm/
Drasterhandleallocator.cpp212 HGDIOBJ origBitmap = SelectObject(hdc, hbitmap); in Create()
216 HGDIOBJ hbitmap; in Create()
/third_party/python/Lib/ctypes/
Dwintypes.py71 HGDIOBJ = HANDLE variable
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc267 HGDIOBJ old_font = SelectObject(dc, new_font); in OnDrawItem()