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