Home | History | Annotate | Download | only in libpng

Lines Matching defs:hist

1007       png_uint_16p hist;
1009 if (png_get_hIST(read_ptr, read_info_ptr, &hist))
1010 png_set_hIST(write_ptr, write_info_ptr, hist);