Searched refs:png_uint_16pp (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h193 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */
194 png_uint_16pp gamma_16_from_1; /* converts from 1.0 to screen */
195 png_uint_16pp gamma_16_to_1; /* converts from file to 1.0 */
H A Dpng.c2177 png_build_16bit_table(png_structp png_ptr, png_uint_16pp *ptable,
2186 png_uint_16pp table = *ptable =
2187 (png_uint_16pp)png_calloc(png_ptr, num * png_sizeof(png_uint_16p));
2245 png_build_16to8_table(png_structp png_ptr, png_uint_16pp *ptable,
2253 png_uint_16pp table = *ptable =
2254 (png_uint_16pp)png_calloc(png_ptr, num * png_sizeof(png_uint_16p));
H A Dpngconf.h607 typedef png_uint_16 FAR * FAR * png_uint_16pp; typedef
H A Dpngrtran.c4377 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1;

Completed in 52 milliseconds