Searched refs:old_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;
3050 old_img_dc = CreateCompatibleDC (hdc);
3054 old_prev = SelectObject (old_img_dc, img->pixmap);
3059 BitBlt (new_img_dc, 0, 0, img->width, img->height, old_img_dc,
3062 SelectObject (old_img_dc, old_prev);
3064 DeleteDC (old_img_dc);
3036 HDC hdc, old_img_dc, new_img_dc; local

Completed in 94 milliseconds