Searched refs:png_uint_16pp (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngstruct.h | 294 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */ 300 png_uint_16pp gamma_16_from_1; /* converts from 1.0 to screen */ 301 png_uint_16pp gamma_16_to_1; /* converts from file to 1.0 */
|
D | pngconf.h | 609 typedef png_uint_16 * * png_uint_16pp; typedef
|
D | png.c | 3973 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable, 3988 png_uint_16pp table = *ptable = 3989 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p))); 4050 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable, 4058 png_uint_16pp table = *ptable = 4059 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p)));
|
D | pngrtran.c | 4173 png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha()
|
/external/libpng/ |
D | pngstruct.h | 294 png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */ 300 png_uint_16pp gamma_16_from_1; /* converts from 1.0 to screen */ 301 png_uint_16pp gamma_16_to_1; /* converts from file to 1.0 */
|
D | pngconf.h | 609 typedef png_uint_16 * * png_uint_16pp; typedef
|
D | png.c | 3972 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable, 3987 png_uint_16pp table = *ptable = 3988 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p))); 4049 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable, 4057 png_uint_16pp table = *ptable = 4058 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p)));
|
D | pngrtran.c | 4173 png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha()
|