Home
last modified time | relevance | path

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

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngstruct.h176 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */
182 png_uint_16pp gamma_16_from_1; /* converts from 1.0 to screen */
183 png_uint_16pp gamma_16_to_1; /* converts from file to 1.0 */
Dpngconf.h558 typedef png_uint_16 FAR * FAR * png_uint_16pp; typedef
Dpngrtran.c4450 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha()