Home | History | Annotate | Download | only in libpng

Lines Matching full:hist

1195       png_uint_16p hist;
1197 if (png_get_hIST(read_ptr, read_info_ptr, &hist) != 0)
1198 png_set_hIST(write_ptr, write_info_ptr, hist);