Lines Matching defs:hbmp
61 HBITMAP hbmp; /**< Information on the bitmap captured */
231 HBITMAP hbmp = NULL;
382 hbmp = CreateDIBSection(dest_hdc, &bmi, DIB_RGB_COLORS,
384 if (!hbmp) {
390 if (!SelectObject(dest_hdc, hbmp)) {
397 GetObject(hbmp, sizeof(BITMAP), &bmp);
415 gdigrab->hbmp = hbmp;
442 if (hbmp)
443 DeleteObject(hbmp);
638 if (s->hbmp)
639 DeleteObject(s->hbmp);