Home | History | Annotate | Download | only in libtests

Lines Matching refs:out_format

1919  *   gpc_fn[out_format & BASE_FORMATS][in_format & BASE_FORMATS];
2183 png_uint_32 in_format, out_format;
2193 out_format = out_image->image.format;
2200 result->output_8bit = (out_format & PNG_FORMAT_FLAG_LINEAR) == 0;
2207 result->out_gp = get_pixel(out_format);
2212 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP;
2213 out_base = out_format & BASE_FORMATS;
2218 if (out_format & (PNG_FORMAT_FLAG_LINEAR|PNG_FORMAT_FLAG_COLORMAP))
2221 in_format, out_format);
2227 result->error_ptr = gpc_error_via_linear[in_format][out_format];
2230 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP)
2249 if (in_format & out_format & PNG_FORMAT_FLAG_COLORMAP)
2254 result->error_ptr = gpc_error[in_format][out_format];
2264 if (in_format & ~out_format & PNG_FORMAT_FLAG_ALPHA)
2275 if (out_format & PNG_FORMAT_FLAG_LINEAR || via_linear)
2277 if (out_format & PNG_FORMAT_FLAG_COLORMAP)
2302 if (out_format & PNG_FORMAT_FLAG_COLOR)
2329 else if ((out_format & PNG_FORMAT_FLAG_COLORMAP) == 0)
2467 const png_uint_32 out_format = transform->out_image->image.format;
2469 png_uint_32 back_format = out_format & ~PNG_FORMAT_FLAG_ALPHA;
2476 print_pixel(pixel_calc, calc, out_format);
2477 print_pixel(pixel_out, out, out_format);