Home
last modified time | relevance | path

Searched refs:NtGdiGetBitmapBits (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/apitests/win32nt/ntgdi/
H A DNtGdiGetBitmapBits.c10 START_TEST(NtGdiGetBitmapBits) in START_TEST() argument
16 ok_long(NtGdiGetBitmapBits(0, 0, 0), 0); in START_TEST()
21 ok_long(NtGdiGetBitmapBits(0, 5, Bits), 0); in START_TEST()
27 ok_long(NtGdiGetBitmapBits(hBitmap, 5, Bits), 0); in START_TEST()
35 ok_long(NtGdiGetBitmapBits(hBitmap, 5, NULL), 12); in START_TEST()
38 ok_long(NtGdiGetBitmapBits(hBitmap, 0, NULL), 12); in START_TEST()
44 ok_long(NtGdiGetBitmapBits(hBitmap, 5, Bits), 5); in START_TEST()
47 ok_long(NtGdiGetBitmapBits(hBitmap, 4, Bits+1), 4); in START_TEST()
50 ok_long(NtGdiGetBitmapBits(hBitmap, 10, Bits), 10); in START_TEST()
53 ok_long(NtGdiGetBitmapBits(hBitmap, 12, Bits), 12); in START_TEST()
[all …]
H A DNtGdiSetBitmapBits.c136 ok_long(NtGdiGetBitmapBits(hBitmap, 0, Bits), 0); in START_TEST()
143 ok_long(NtGdiGetBitmapBits(hBitmap, 1, Bits), 1); in START_TEST()
150 ok_long(NtGdiGetBitmapBits(hBitmap, 2, Bits), 2); in START_TEST()
167 ok_long(NtGdiGetBitmapBits(hBitmap, 1, Bits), 1); in START_TEST()
172 ok_long(NtGdiGetBitmapBits(hBitmap, 2, Bits), 2); in START_TEST()
184 ok_long(NtGdiGetBitmapBits(hBitmap, 2, Bits), 2); in START_TEST()
190 ok_long(NtGdiGetBitmapBits(hBitmap, 3, Bits), 3); in START_TEST()
203 ok_long(NtGdiGetBitmapBits(hBitmap, 3, Bits), 3); in START_TEST()
210 ok_long(NtGdiGetBitmapBits(hBitmap, 4, Bits), 4); in START_TEST()
235 ok_long(NtGdiGetBitmapBits(hBitmap, 0, Bits), 0); in START_TEST()
[all …]
/reactos/modules/rostests/apitests/win32nt/
H A DCMakeLists.txt25 ntgdi/NtGdiGetBitmapBits.c
/reactos/win32ss/gdi/ntgdi/
H A Dbitmaps.c557 NtGdiGetBitmapBits( in NtGdiGetBitmapBits() function
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec332 332 stdcall GetBitmapBits(long long ptr) NtGdiGetBitmapBits
/reactos/modules/rostests/apitests/win32u/win32u_ros/
H A Dwin32u_ros.spec165 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
/reactos/modules/rostests/apitests/win32u/win32u_2k3sp2/
H A Dwin32u_2k3sp2.spec163 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
/reactos/modules/rostests/apitests/win32u/win32u_xpsp2/
H A Dwin32u_xpsp2.spec164 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
/reactos/modules/rostests/apitests/win32u/win32u_vista/
H A Dwin32u_vista.spec278 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
/reactos/sdk/include/psdk/
H A Dntgdi.h1350 NtGdiGetBitmapBits(