Searched refs:from_linear (Results 1 – 1 of 1) sorted by relevance
2165 void (*from_linear)(Pixel *out, const Pixel *in, const Background *back); member2226 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()