Lines Matching refs:in_format
2066 png_uint_32 in_format, out_format; in transform_from_formats() local
2075 in_format = in_image->image.format; in transform_from_formats()
2078 if (in_format & PNG_FORMAT_FLAG_LINEAR) in transform_from_formats()
2089 result->in_gp = get_pixel(in_format); in transform_from_formats()
2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2104 in_format, out_format); in transform_from_formats()
2110 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()
2113 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
2132 if (in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
2137 result->error_ptr = gpc_error[in_format][out_format]; in transform_from_formats()
2147 if (in_format & ~out_format & PNG_FORMAT_FLAG_ALPHA) in transform_from_formats()
2349 const png_uint_32 in_format = transform->in_image->image.format; in logpixel() local
2358 print_pixel(pixel_in, in, in_format); in logpixel()