Lines Matching refs:PNG_FORMAT_FLAG_ALPHA
558 if ((f & PNG_FORMAT_FLAG_ALPHA) == 0 && in format_default()
808 (PNG_FORMAT_FLAG_ALPHA|PNG_FORMAT_FLAG_COLOR|PNG_FORMAT_FLAG_LINEAR)
1034 if (format & PNG_FORMAT_FLAG_ALPHA) in get_pixel()
1052 if (format & PNG_FORMAT_FLAG_ALPHA) in get_pixel()
1070 if (format & PNG_FORMAT_FLAG_ALPHA) in get_pixel()
1093 if (format & PNG_FORMAT_FLAG_ALPHA) in get_pixel()
1111 if (format & PNG_FORMAT_FLAG_ALPHA) in get_pixel()
1129 if (format & PNG_FORMAT_FLAG_ALPHA) in get_pixel()
1957 #if PNG_FORMAT_FLAG_ALPHA == 1 && PNG_FORMAT_FLAG_COLOR == 2 &&\
2148 if (in_format & ~out_format & PNG_FORMAT_FLAG_ALPHA) in transform_from_formats()
2319 switch (format & (PNG_FORMAT_FLAG_ALPHA|PNG_FORMAT_FLAG_COLOR)) in print_pixel()
2325 case PNG_FORMAT_FLAG_ALPHA: in print_pixel()
2335 case PNG_FORMAT_FLAG_COLOR|PNG_FORMAT_FLAG_ALPHA: in print_pixel()
2353 png_uint_32 back_format = out_format & ~PNG_FORMAT_FLAG_ALPHA; in logpixel()
2571 if (format & PNG_FORMAT_FLAG_ALPHA) in component_loc()
2790 PNG_FORMAT_FLAG_ALPHA; in compare_two_images()
3345 if ((format & PNG_FORMAT_FLAG_ALPHA) == 0 && in testimage()
3346 (image->image.format & PNG_FORMAT_FLAG_ALPHA) != 0) in testimage()