Home
last modified time | relevance | path

Searched refs:GdiConvertDC (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/apitests/gdi32/
H A DGdiConvertDC.c10 HDC WINAPI GdiConvertDC(HDC hdc);
14 ok(GdiConvertDC((HDC)-1) == (HDC)-1, "\n"); in Test_GdiConvertDC()
15 ok(GdiConvertDC((HDC)0) == (HDC)0, "\n"); in Test_GdiConvertDC()
16 ok(GdiConvertDC((HDC)1) == (HDC)1, "\n"); in Test_GdiConvertDC()
17 ok(GdiConvertDC((HDC)2) == (HDC)2, "\n"); in Test_GdiConvertDC()
20 START_TEST(GdiConvertDC) in START_TEST() argument
H A DCMakeLists.txt32 GdiConvertDC.c
/reactos/win32ss/gdi/gdi32/misc/
H A Dhistoric.c98 GdiConvertDC(HDC hdc) in GdiConvertDC() function
/reactos/win32ss/gdi/gdi32/
H A Dgood api.def96 GdiConvertDC@4
H A Dgdi32.spec251 251 stdcall GdiConvertDC(ptr)