Lines Matching refs:hbm
1016 HBITMAP hbm; in CreateMappedBitmap() local
1086 hbm = CreateCompatibleBitmap (hdcScreen, nWidth, nHeight); in CreateMappedBitmap()
1087 if (hbm) { in CreateMappedBitmap()
1089 HBITMAP hbmOld = SelectObject (hdcDst, hbm); in CreateMappedBitmap()
1101 return hbm; in CreateMappedBitmap()
1859 HBITMAP hbm, hbmOld; in DrawShadowText() local
1873 hbm = CreateDIBSection(hdc, &bi, DIB_RGB_COLORS, (PVOID*)&pBits, NULL, 0); in DrawShadowText()
1874 if(!hbm) in DrawShadowText()
1885 DeleteObject(hbm); in DrawShadowText()
1889 hbmOld = (HBITMAP)SelectObject(hdcMem, hbm); in DrawShadowText()
1949 DeleteObject(hbm); in DrawShadowText()