Searched refs:pixels_1 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 3990 static const BYTE pixels_1[8] = {0xaa,0,0,0,0xaa,0,0,0}; in test_bitmapbits() local 4020 { PixelFormat1bppIndexed, 1, 0, 4, 8, pixels_1, pixels_24 }, in test_bitmapbits() 4021 { PixelFormat1bppIndexed, 1, ImageLockModeRead, 4, 8, pixels_1, pixels_24 }, in test_bitmapbits() 4022 { PixelFormat1bppIndexed, 1, ImageLockModeWrite, 4, 8, pixels_1, pixels_00 }, in test_bitmapbits() 4023 … { PixelFormat1bppIndexed, 1, ImageLockModeRead|ImageLockModeWrite, 4, 8, pixels_1, pixels_00 }, in test_bitmapbits()
|