Searched refs:hBitmap (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dib.cpp | 115 void GetBitmapSize(HBITMAP hBitmap, int& w, int& h) { in GetBitmapSize() argument 117 GetObject(hBitmap, sizeof bmp, &bmp); in GetBitmapSize() 131 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)filename, in LoadFromFile() local 133 if (!hBitmap) { in LoadFromFile() 139 GetBitmapSize(hBitmap, width, height); in LoadFromFile() 146 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadFromFile() 167 HBITMAP hBitmap = (HBITMAP)LoadImageW(nullptr, (wchar_t*)args.path_name, in LoadDIBitmap() local 169 if (!hBitmap) { in LoadDIBitmap() 174 GetBitmapSize(hBitmap, width, height); in LoadDIBitmap() 181 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadDIBitmap()
|
D | fx_win32_device.cpp | 715 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, nullptr); in CGdiDeviceDriver() local 716 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap); in CGdiDeviceDriver() 718 GetObject(hBitmap, sizeof bitmap, &bitmap); in CGdiDeviceDriver() 722 hBitmap = (HBITMAP)SelectObject(m_hDC, hBitmap); in CGdiDeviceDriver() 723 DeleteObject(hBitmap); in CGdiDeviceDriver()
|
/external/ImageMagick/coders/ |
D | emf.c | 448 hBitmap, in ReadEMFImage() local 576 hBitmap=CreateDIBSection(hDC,&DIBinfo,DIB_RGB_COLORS,(void **) &ppBits,NULL, in ReadEMFImage() 579 if (hBitmap == (HBITMAP) NULL) in ReadEMFImage() 588 DeleteObject(hBitmap); in ReadEMFImage() 591 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap); in ReadEMFImage() 596 DeleteObject(hBitmap); in ReadEMFImage() 642 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 …]
|