Home
last modified time | relevance | path

Searched defs:hBitmap (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp112 void GetBitmapSize(HBITMAP hBitmap, int& w, int& h) { in GetBitmapSize()
128 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)filename, in LoadFromFile() local
166 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)args.path_name, in LoadDIBitmap() local
Dfx_win32_dwrite.cpp426 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP); in DrawGlyphRun() local
Dfx_win32_device.cpp736 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, nullptr); in CGdiDeviceDriver() local
/external/ImageMagick/coders/
Dclipboard.c152 hBitmap, in ReadCLIPBOARDImage() local
Demf.c444 hBitmap, in ReadEMFImage() local
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c153 HANDLE hBitmap; variable