Home
last modified time | relevance | path

Searched refs:CreateDCA (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/directx/ddraw/
H A Dstartup.c241 This->lpLcl->hDC = (ULONG_PTR)CreateDCA("DISPLAY",NULL,NULL,NULL); in StartDirectDraw()
253 This->lpLcl->hDC = (ULONG_PTR)CreateDCA("DISPLAY",NULL,NULL,NULL); in StartDirectDraw()
266 This->lpLcl->hDC = (ULONG_PTR)CreateDCA("DISPLAY",NULL,NULL,NULL); in StartDirectDraw()
/reactos/dll/directx/d3d9/
H A Dd3d9_create.c120 if (NULL == (hDC = CreateDCA(NULL, pDisplayAdapter->szDeviceName, NULL, NULL))) in CreateD3D9DeviceData()
H A Dadapter.c291 if (NULL == (hDC = CreateDCA(NULL, lpszDeviceName, NULL, NULL))) in Get16BitD3DFormat()
/reactos/modules/rostests/winetests/gdi32/
H A Ddc.c64 HDC hdc = CreateDCA("DISPLAY", NULL, NULL, NULL); in test_dc_values()
180 HDC hdc = CreateDCA("DISPLAY", NULL, NULL, NULL); in test_savedc()
554 hdc = CreateDCA( "DISPLAY", NULL, NULL, &dm ); in test_CreateCompatibleDC()
556 screen_dc = CreateDCA( "DISPLAY", NULL, NULL, NULL ); in test_CreateCompatibleDC()
1283 hdc = CreateDCA( dbuf->pDriverPath, pbuf->pPrinterName, pbuf->pPortName, pbuf->pDevMode ); in create_printer_dc()
H A Dgdiobj.c124 hgdiobj_event->hdc = CreateDCA("display", NULL, NULL, NULL); in thread_proc()
H A Dmetafile.c1960 hdcDisplay = CreateDCA("DISPLAY", NULL, NULL, NULL); in test_emf_BitBlt()
/reactos/modules/rostests/winetests/user32/
H A Dmonitor.c139 hdc = CreateDCA(device->DeviceName, NULL, NULL, NULL); in test_enumdisplaydevices_adapter()
H A Dsysparams.c3256 hdc = CreateDCA( "display", NULL, NULL, NULL ); in test_dpi_mapping()
/reactos/win32ss/gdi/gdi32/objects/
H A Ddc.c122 CreateDCA ( in CreateDCA() function
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec47 47 stdcall CreateDCA(str str str ptr)
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c1234 HDC hPrinterDC = CreateDCA(PrintStructures->lpPrinterInfo->pDriverName, in PRINTDLG_ChangePrinterA()
2197 lppd->hDC = CreateDCA((char*)pdn + pdn->wDriverOffset, in PRINTDLG_CreateDCA()
4140 lppd->hDC = CreateDCA(dbuf->pDriverPath, pbuf->pPrinterName, pbuf->pPortName, dm); in PrintDlgExA()
/reactos/sdk/include/psdk/
H A Dwingdi.h3188 CreateDCA(
4441 #define CreateDC CreateDCA