Home
last modified time | relevance | path

Searched refs:in_format (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c2183 png_uint_32 in_format, out_format; in transform_from_formats() local
2192 in_format = in_image->image.format; in transform_from_formats()
2195 if (in_format & PNG_FORMAT_FLAG_LINEAR) in transform_from_formats()
2206 result->in_gp = get_pixel(in_format); in transform_from_formats()
2210 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2211 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2221 in_format, out_format); in transform_from_formats()
2227 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()
2230 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
2249 if (in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
[all …]