Home
last modified time | relevance | path

Searched refs:hdcMem (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c466 HDC hdc, hdcMem; in PaintLogoBitmap() local
474 hdcMem = CreateCompatibleDC(hdc); in PaintLogoBitmap()
477 hOldBitmap = SelectObject(hdcMem, hBitmap); in PaintLogoBitmap()
479 StretchBlt(hdc, 0, 0, rect.right, rect.bottom, hdcMem, 0, 0, in PaintLogoBitmap()
482 SelectObject(hdcMem, hOldBitmap); /* pbh 8-15-94 */ in PaintLogoBitmap()
485 DeleteDC( hdcMem ); /* pbh 8-15-94 */ in PaintLogoBitmap()