Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c1926 static void (* const gpc_fn[8/*in*/][8/*out*/]) variable
2225 result->transform = gpc_fn[in_base][out_base | PNG_FORMAT_FLAG_LINEAR]; in transform_from_formats()
2226 result->from_linear = gpc_fn[out_base | PNG_FORMAT_FLAG_LINEAR][out_base]; in transform_from_formats()
2236 result->transform = gpc_fn[in_base][out_base]; in transform_from_formats()
2252 result->transform = gpc_fn[in_base][out_base]; in transform_from_formats()