Searched refs:PNG_FREE_HIST (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngset.c182 png_free_data(png_ptr, info_ptr, PNG_FREE_HIST, 0);
197 info_ptr->free_me |= PNG_FREE_HIST;
H A Dpng.h1783 #define PNG_FREE_HIST 0x0008U macro
H A Dpng.c599 if (((mask & PNG_FREE_HIST) & info_ptr->free_me) != 0)
/external/pdfium/third_party/lpng_v163/
H A Dpngset.c180 png_free_data(png_ptr, info_ptr, PNG_FREE_HIST, 0);
194 info_ptr->free_me |= PNG_FREE_HIST;
H A Dpng.h2208 #define PNG_FREE_HIST 0x0008 macro
H A Dpng.c591 if ((mask & PNG_FREE_HIST) & info_ptr->free_me)

Completed in 69 milliseconds