Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c2049 void (*from_linear)(Pixel *out, const Pixel *in, const Background *back); member
2110 result->from_linear = gpc_fn[out_base | PNG_FORMAT_FLAG_LINEAR][out_base]; in transform_from_formats()
2121 result->from_linear = NULL; in transform_from_formats()
2137 result->from_linear = NULL; in transform_from_formats()
2368 if (transform->from_linear != NULL) in logpixel()
2429 if (transform->from_linear == NULL) in cmppixel()
2435 transform->from_linear(&pixel_calc, &pixel_out, NULL); in cmppixel()