Lines Matching defs:hDC
124 SelectObject(This->hDC, This->dib.holdbitmap);
125 DeleteDC(This->hDC);
2339 if(!This->hDC) {
2400 SetDIBColorTable(This->hDC, 0, 256, col);
2404 *pHDC = This->hDC;
2411 static HRESULT WINAPI IWineD3DSurfaceImpl_ReleaseDC(IWineD3DSurface *iface, HDC hDC)
2415 TRACE("(%p)->(%p)\n",This,hDC);
2420 if (This->hDC !=hDC) {
2421 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, This->hDC);
3122 SelectObject(This->hDC, This->dib.holdbitmap);
3123 DeleteDC(This->hDC);
3128 This->hDC = NULL;
3167 tmp = front->hDC;
3168 front->hDC = back->hDC;
3169 back->hDC = tmp;
4546 SetDIBColorTable(This->hDC, 0, 256, col);