Searched refs:formatb (Results 1 – 1 of 1) sorted by relevance
2608 const png_uint_32 formatb = b->image.format; in compare_two_images() local2610 const 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 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images()2802 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()2821 bchannels = component_loc(bloc, formatb); in compare_two_images()[all …]