Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp213 HGDIOBJ origBitmap = SelectObject(hdc, hbitmap); in Create()
217 HGDIOBJ hbitmap; in Create()
/third_party/skia/gm/
Drasterhandleallocator.cpp212 HGDIOBJ origBitmap = SelectObject(hdc, hbitmap); in Create()
216 HGDIOBJ hbitmap; in Create()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_screenshot.c149 HGDIOBJ select_success; in ScreenshotWindow()
/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()