Searched refs:new_img_dc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c3045 HDC hdc, old_img_dc, new_img_dc;
3051 new_img_dc = CreateCompatibleDC (hdc);
3055 new_prev = SelectObject (new_img_dc, new_pixmap);
3056 SetTextColor (new_img_dc, foreground);
3057 SetBkColor (new_img_dc, background);
3059 BitBlt (new_img_dc, 0, 0, img->width, img->height, old_img_dc,
3063 SelectObject (new_img_dc, new_prev);
3065 DeleteDC (new_img_dc);
3036 HDC hdc, old_img_dc, new_img_dc; local

Completed in 84 milliseconds