Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c2165 void (*from_linear)(Pixel *out, const Pixel *in, const Background *back); member
2226 result->from_linear = gpc_fn[out_base | PNG_FORMAT_FLAG_LINEAR][out_base]; in transform_from_formats()
2237 result->from_linear = NULL; in transform_from_formats()
2253 result->from_linear = NULL; in transform_from_formats()
2484 if (transform->from_linear != NULL) in logpixel()
2545 if (transform->from_linear == NULL) in cmppixel()
2551 transform->from_linear(&pixel_calc, &pixel_out, NULL); in cmppixel()