Lines Matching refs:dest_hdc
59 HDC dest_hdc; /**< Destination, source-compatible DC */
229 HDC dest_hdc = NULL;
363 dest_hdc = CreateCompatibleDC(source_hdc);
364 if (!dest_hdc) {
370 /* Create a DIB and select it into the dest_hdc */
382 hbmp = CreateDIBSection(dest_hdc, &bmi, DIB_RGB_COLORS,
390 if (!SelectObject(dest_hdc, hbmp)) {
414 gdigrab->dest_hdc = dest_hdc;
440 if (dest_hdc)
441 DeleteDC(dest_hdc);
520 if (!DrawIcon(gdigrab->dest_hdc, pos.x, pos.y, icon))
547 HDC dest_hdc = gdigrab->dest_hdc;
587 if (!BitBlt(dest_hdc, 0, 0,
611 GetDIBColorTable(dest_hdc, 0, 1 << gdigrab->bmi.bmiHeader.biBitCount,
636 if (s->dest_hdc)
637 DeleteDC(s->dest_hdc);