Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Draw_decode.c167 unsigned int pixel_status = 0; in main() local
253 pixel_status |= check_rgb_pixel( 0, 15, 18, 0, 0, 18, 41, buffer ); in main()
254 pixel_status |= check_rgb_pixel( 64, 0, 0, 0, 0, 0, 2, buffer ); in main()
255 pixel_status |= check_rgb_pixel( 512, 5, 6, 34, 36, 182, 196, buffer ); in main()
280 pixel_status |= check_rgba_pixel( 0, 15, 18, 0, 0, 18, 41, 255, 255, in main()
282 pixel_status |= check_rgba_pixel( 64, 0, 0, 0, 0, 0, 2, 255, 255, in main()
284 pixel_status |= check_rgba_pixel( 512, 5, 6, 34, 36, 182, 196, 255, 255, in main()
290 if (pixel_status) { in main()

Completed in 3 milliseconds