Searched refs:BASE_FORMATS (Results 1 – 1 of 1) sorted by relevance
807 #define BASE_FORMATS\ macro2094 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2095 in_base = in_format & BASE_FORMATS; in transform_from_formats()2096 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2097 out_base = out_format & BASE_FORMATS; in transform_from_formats()3013 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()3283 if ((output->image.format & BASE_FORMATS) != in write_one_file()3284 (original_format & BASE_FORMATS)) in write_one_file()