Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_uint_16p

460 #define png_uint_16p_NULL         (png_uint_16p)NULL
823 png_uint_16p hist;
1296 png_uint_16p hist; /* histogram */
1303 png_uint_16p filter_weights; /* weight(s) for previous line(s) */
1304 png_uint_16p inv_filter_weights; /* 1/weight(s) for previous line(s) */
1305 png_uint_16p filter_costs; /* relative filter calculation cost */
1306 png_uint_16p inv_filter_costs; /* 1/relative filter calculation cost */
1663 png_uint_16p histogram, int full_dither));
2237 png_infop info_ptr, png_uint_16p *hist));
2242 png_infop info_ptr, png_uint_16p hist));
2657 # define png_get_uint_16(buf) ( *((png_uint_16p) (buf)))
3087 PNG_EXTERN void png_write_hIST PNGARG((png_structp png_ptr, png_uint_16p hist,