Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c2048 void (*from_linear)(Pixel *out, const Pixel *in, const Background *back); member
2109 result->from_linear = gpc_fn[out_base | PNG_FORMAT_FLAG_LINEAR][out_base]; in transform_from_formats()
2120 result->from_linear = NULL; in transform_from_formats()
2136 result->from_linear = NULL; in transform_from_formats()
2367 if (transform->from_linear != NULL) in logpixel()
2428 if (transform->from_linear == NULL) in cmppixel()
2434 transform->from_linear(&pixel_calc, &pixel_out, NULL); in cmppixel()