Searched refs:in_format (Results 1 – 1 of 1) sorted by relevance
2067 png_uint_32 in_format, out_format; in transform_from_formats() local2076 in_format = in_image->image.format; in transform_from_formats()2079 if (in_format & PNG_FORMAT_FLAG_LINEAR) in transform_from_formats()2090 result->in_gp = get_pixel(in_format); in transform_from_formats()2094 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()2095 in_base = in_format & BASE_FORMATS; in transform_from_formats()2105 in_format, out_format); in transform_from_formats()2111 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()2114 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()2133 if (in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()[all …]