Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp110 HBITMAP hBitmap = NULL; in GetDDBitmap() local
115 void GetBitmapSize(HBITMAP hBitmap, int& w, int& h) in GetBitmapSize()
131 …HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)filename, IMAGE_BITMAP, 0, 0, LR_LOADFROMFIL… in LoadFromFile() local
167 …HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)args.path_name, IMAGE_BITMAP, 0, 0, LR_LOADF… in LoadDIBitmap() local
195 CFX_DIBitmap* CFX_WindowsDIB::LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette, FX_DWORD pa… in LoadFromDDB()
Dfx_win32_dwrite.cpp435 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP); in DrawGlyphRun() local
Dfx_win32_device.cpp433 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, NULL); in CGdiDeviceDriver() local
/external/openssl/crypto/rand/
Drand_win.c743 HBITMAP hBitmap; /* handle for our bitmap */ in readscreen() local