Searched refs:NtGdiGetBitmapBits (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/apitests/win32nt/ntgdi/ |
H A D | NtGdiGetBitmapBits.c | 10 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 D | NtGdiSetBitmapBits.c | 136 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 D | CMakeLists.txt | 25 ntgdi/NtGdiGetBitmapBits.c
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitmaps.c | 557 NtGdiGetBitmapBits( in NtGdiGetBitmapBits() function
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 332 332 stdcall GetBitmapBits(long long ptr) NtGdiGetBitmapBits
|
/reactos/modules/rostests/apitests/win32u/win32u_ros/ |
H A D | win32u_ros.spec | 165 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
|
/reactos/modules/rostests/apitests/win32u/win32u_2k3sp2/ |
H A D | win32u_2k3sp2.spec | 163 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
|
/reactos/modules/rostests/apitests/win32u/win32u_xpsp2/ |
H A D | win32u_xpsp2.spec | 164 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
|
/reactos/modules/rostests/apitests/win32u/win32u_vista/ |
H A D | win32u_vista.spec | 278 @ stdcall NtGdiGetBitmapBits(ptr long ptr)
|
/reactos/sdk/include/psdk/ |
H A D | ntgdi.h | 1350 NtGdiGetBitmapBits(
|