Searched refs:pixels_77 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 3952 static const BYTE pixels_77[64] = in test_bitmapbits() local 4009 …{ PixelFormat24bppRGB, 24, ImageLockModeWrite|ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels… in test_bitmapbits() 4010 { PixelFormat24bppRGB, 24, ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_24 }, in test_bitmapbits() 4017 …Format8bppIndexed, 8, ImageLockModeWrite|ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_00 }, in test_bitmapbits() 4018 { PixelFormat8bppIndexed, 8, ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_24 }, in test_bitmapbits() 4025 …Format1bppIndexed, 1, ImageLockModeWrite|ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_00 }, in test_bitmapbits() 4026 { PixelFormat1bppIndexed, 1, ImageLockModeUserInputBuf, 32, 64, pixels_77, pixels_24 }, in test_bitmapbits()
|