Lines Matching refs:png_uint_16p
571 #define png_uint_16p_NULL (png_uint_16p)NULL
934 png_uint_16p hist PNG_DEPSTRUCT;
1423 png_uint_16p hist PNG_DEPSTRUCT; /* histogram */
1430 png_uint_16p filter_weights PNG_DEPSTRUCT; /* weight(s) for previous line(s) */
1431 png_uint_16p inv_filter_weights PNG_DEPSTRUCT; /* 1/weight(s) for previous line(s) */
1432 png_uint_16p filter_costs PNG_DEPSTRUCT; /* relative filter calculation cost */
1433 png_uint_16p inv_filter_costs PNG_DEPSTRUCT; /* 1/relative filter calculation cost */
1798 png_uint_16p histogram, int full_dither));
2385 png_infop info_ptr, png_uint_16p *hist));
2390 png_infop info_ptr, png_uint_16p hist));
2863 # define png_get_uint_16(buf) ( *((png_uint_16p) (buf)))
3303 PNG_EXTERN void png_write_hIST PNGARG((png_structp png_ptr, png_uint_16p hist,