Home | History | Annotate | Download | only in layout

Lines Matching refs:HDC

119     HDC hdc;
132 hdc = GetDC(hwnd);
133 surface = new GDISurface(hdc);
139 ReleaseDC(hwnd, hdc);
152 ReleaseDC(hwnd, hdc);
233 hdc = BeginPaint(hwnd, &ps);
234 SetBkMode(hdc, TRANSPARENT);
245 surface->setHDC(hdc);
292 hdc = GetDC(hwnd);
293 surface->setHDC(hdc);
312 //ReleaseDC(hwnd, hdc);