Lines Matching refs:hdc
64 HDC hdc )
67 return (HGLRC)(UINT_PTR)DrvCreateContext(hdc);
72 HDC hdc,
76 return (HGLRC)(UINT_PTR)DrvCreateLayerContext( hdc, iLayerPlane );
102 HDC hdc,
105 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
111 HDC hdc )
113 return DrvSwapBuffers( hdc );
124 wglSwapBuffers(ps->hdc);
132 HDC hdc,
135 return DrvSwapLayerBuffers( hdc, fuPlanes );
148 HDC hdc,
164 return stw_pixelformat_choose( hdc, ppfd );
169 HDC hdc,
174 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
179 HDC hdc )
181 return stw_pixelformat_get( hdc );
186 HDC hdc,
195 return DrvSetPixelFormat( hdc, iPixelFormat );
201 HDC hdc,
206 return wglUseFontBitmapsW(hdc, first, count, listBase);
220 HDC hdc,
243 DWORD size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm, 0,
257 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP, &gm,
279 HDC hdc,
288 (void) hdc;
304 HDC hdc,
313 (void) hdc;
329 HDC hdc,
335 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
340 HDC hdc,
346 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
351 HDC hdc,
357 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
362 HDC hdc,
366 (void) hdc;