Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_uint_16p

579 #define png_uint_16p_NULL         (png_uint_16p)NULL
986 png_uint_16p hist PNG_DEPSTRUCT;
1481 png_uint_16p hist PNG_DEPSTRUCT; /* histogram */
1488 png_uint_16p filter_weights PNG_DEPSTRUCT; /* weight(s) for previous line(s) */
1489 png_uint_16p inv_filter_weights PNG_DEPSTRUCT; /* 1/weight(s) for previous line(s) */
1490 png_uint_16p filter_costs PNG_DEPSTRUCT; /* relative filter calculation cost */
1491 png_uint_16p inv_filter_costs PNG_DEPSTRUCT; /* 1/relative filter calculation cost */
1859 png_uint_16p histogram, int full_dither));
2462 png_infop info_ptr, png_uint_16p *hist));
2467 png_infop info_ptr, png_uint_16p hist));
2940 # define png_get_uint_16(buf) ( *((png_uint_16p) (buf)))
3392 PNG_EXTERN void png_write_hIST PNGARG((png_structp png_ptr, png_uint_16p hist,