Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/gdi32/
H A DGdiConvertBitmap.c10 HBITMAP WINAPI GdiConvertBitmap(HBITMAP hbm);
14 ok(GdiConvertBitmap((HBITMAP)-1) == (HBITMAP)-1, "\n"); in Test_GdiConvertBitmap()
15 ok(GdiConvertBitmap((HBITMAP)0) == (HBITMAP)0, "\n"); in Test_GdiConvertBitmap()
16 ok(GdiConvertBitmap((HBITMAP)1) == (HBITMAP)1, "\n"); in Test_GdiConvertBitmap()
17 ok(GdiConvertBitmap((HBITMAP)2) == (HBITMAP)2, "\n"); in Test_GdiConvertBitmap()
20 START_TEST(GdiConvertBitmap) in START_TEST() argument
H A DCMakeLists.txt30 GdiConvertBitmap.c
/reactos/win32ss/gdi/gdi32/misc/
H A Dhistoric.c76 GdiConvertBitmap(HBITMAP hbm) in GdiConvertBitmap() function
/reactos/win32ss/gdi/gdi32/
H A Dgood api.def94 GdiConvertBitmap@4
H A Dgdi32.spec248 248 stdcall GdiConvertBitmap(ptr)