Home | History | Annotate | Download | only in libpng16

Lines Matching refs:png_uint_16pp

3866 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable,
3881 png_uint_16pp table = *ptable =
3882 (png_uint_16pp
3943 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable,
3951 png_uint_16pp table = *ptable =
3952 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p)));