Home | History | Annotate | Download | only in gregbook

Lines Matching refs:HDC

767         HDC hdc = GetDC(global_hwnd);
770 GetTextMetrics(hdc, &tm);
773 SetBkMode(hdc, TRANSPARENT);
774 SetTextColor(hdc, GetSysColor(COLOR_HIGHLIGHTTEXT));
776 TextOut(hdc, ((x < 0)? 0 : x), ((y < 0)? 0 : y), msg, len);
777 ReleaseDC(global_hwnd, hdc);
1190 HDC hdc;
1200 hdc = BeginPaint(hwnd, &ps);
1201 rc = StretchDIBits(hdc, 0, 0, rpng2_info.width, rpng2_info.height,