Home | History | Annotate | Download | only in libtests

Lines Matching refs:in_format

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