Searched refs:BASE_FORMATS (Results 1 – 1 of 1) sorted by relevance
774 #define BASE_FORMATS\ macro2210 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2211 in_base = in_format & BASE_FORMATS; in transform_from_formats()2212 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2213 out_base = out_format & BASE_FORMATS; in transform_from_formats()3129 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()3303 if ((output->image.format & BASE_FORMATS) != in write_one_file()3304 (original_format & BASE_FORMATS)) in write_one_file()