Searched refs:hTextDC (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rosapps/applications/screensavers/ssstars/ |
H A D | ssstars.c | 95 HDC hTextDC, hFileDC; in CreateStarBitmap() local 143 hTextDC = CreateCompatibleDC(hDC); in CreateStarBitmap() 146 hOldText = SelectObject(hTextDC, hTextBmp); in CreateStarBitmap() 149 BitBlt(hTextDC, 0, 0, bm.bmWidth, bm.bmHeight, hFileDC, 0, 0, SRCCOPY); in CreateStarBitmap() 151 SelectObject(hTextDC, hOldText); in CreateStarBitmap() 154 DeleteDC(hTextDC); in CreateStarBitmap()
|