Searched refs:BASE_FORMATS (Results 1 – 1 of 1) sorted by relevance
806 #define BASE_FORMATS\ macro2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()3023 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()3293 if ((output->image.format & BASE_FORMATS) != in write_one_file()3294 (original_format & BASE_FORMATS)) in write_one_file()