Lines Matching refs:hBitmap
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()
2046 IMAGE_BITMAP, (LPARAM)hBitmap); in FinishedDlgProc()
2300 if (hBitmap) in DoInstall()
2301 DeleteObject(hBitmap); in DoInstall()