Searched refs:hBitmap (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dib.cpp | 111 void GetBitmapSize(HBITMAP hBitmap, int& w, int& h) { in GetBitmapSize() argument 113 GetObject(hBitmap, sizeof bmp, &bmp); in GetBitmapSize() 127 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)filename, in LoadFromFile() local 129 if (!hBitmap) { in LoadFromFile() 135 GetBitmapSize(hBitmap, width, height); in LoadFromFile() 142 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadFromFile() 163 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)args.path_name, in LoadDIBitmap() local 165 if (!hBitmap) { in LoadDIBitmap() 170 GetBitmapSize(hBitmap, width, height); in LoadDIBitmap() 177 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadDIBitmap()
|
D | fx_win32_device.cpp | 730 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, nullptr); in CGdiDeviceDriver() local 731 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap); in CGdiDeviceDriver() 733 GetObject(hBitmap, sizeof bitmap, &bitmap); in CGdiDeviceDriver() 737 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap); in CGdiDeviceDriver() 738 DeleteObject(hBitmap); in CGdiDeviceDriver()
|
D | fx_win32_dwrite.cpp | 426 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP); in DrawGlyphRun() local 428 GetObject(hBitmap, sizeof bitmap, &bitmap); in DrawGlyphRun()
|
/external/ImageMagick/coders/ |
D | emf.c | 450 hBitmap, in ReadEMFImage() local 578 hBitmap=CreateDIBSection(hDC,&DIBinfo,DIB_RGB_COLORS,(void **) &ppBits,NULL, in ReadEMFImage() 581 if (hBitmap == (HBITMAP) NULL) in ReadEMFImage() 590 DeleteObject(hBitmap); in ReadEMFImage() 593 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap); in ReadEMFImage() 598 DeleteObject(hBitmap); in ReadEMFImage() 644 DeleteObject(hBitmap); in ReadEMFImage()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 153 HANDLE hBitmap; variable 1055 if (hBitmap) in create_bitmap() 1063 hBitmap = CreateDIBitmap(hdc, in create_bitmap() 1240 if(hBitmap) in IntroDlgProc() 1242 IMAGE_BITMAP, (LPARAM)hBitmap); in IntroDlgProc() 1587 if (hBitmap) in SelectPythonDlgProc() 1589 IMAGE_BITMAP, (LPARAM)hBitmap); in SelectPythonDlgProc() 1891 if (hBitmap) in InstallFilesDlgProc() 1893 IMAGE_BITMAP, (LPARAM)hBitmap); in InstallFilesDlgProc() 2044 if (hBitmap) in FinishedDlgProc() [all …]
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 153 HANDLE hBitmap; variable 1011 if (hBitmap) in create_bitmap() 1019 hBitmap = CreateDIBitmap(hdc, in create_bitmap() 1196 if(hBitmap) in IntroDlgProc() 1198 IMAGE_BITMAP, (LPARAM)hBitmap); in IntroDlgProc() 1543 if (hBitmap) in SelectPythonDlgProc() 1545 IMAGE_BITMAP, (LPARAM)hBitmap); in SelectPythonDlgProc() 1847 if (hBitmap) in InstallFilesDlgProc() 1849 IMAGE_BITMAP, (LPARAM)hBitmap); in InstallFilesDlgProc() 2000 if (hBitmap) in FinishedDlgProc() [all …]
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1583 CreateCaret(hWnd ptr[inout, intptr], hBitmap ptr[inout, intptr], nWidth int32, nHeight int32)
|