Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c2608 png_uint_32 formatb = b->image.format; in compare_two_images() local
2610 unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2630 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2631 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2642 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2789 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2790 (formata & (formatb ^ PNG_FORMAT_FLAG_COLOR) & PNG_FORMAT_FLAG_COLOR))) in compare_two_images()
2793 png_uint_32 alpha_changed = (formata ^ formatb) & PNG_FORMAT_FLAG_ALPHA; in compare_two_images()
2801 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2820 bchannels = component_loc(bloc, formatb); in compare_two_images()
[all …]