Searched refs:PNG_FREE_UNKN (Results 1 - 7 of 7) sorted by relevance

/external/libpng/
H A Dpngtest.c1489 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1);
1492 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1);
H A Dpngset.c1189 info_ptr->free_me |= PNG_FREE_UNKN;
H A Dpng.h1790 # define PNG_FREE_UNKN 0x0200U macro
1797 #define PNG_FREE_MUL 0x4220U /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
H A Dpng.c575 ((mask & PNG_FREE_UNKN) & info_ptr->free_me) != 0)
/external/pdfium/third_party/lpng_v163/
H A Dpng.c561 if ((mask & PNG_FREE_UNKN) & info_ptr->free_me)
579 png_free_data(png_ptr, info_ptr, PNG_FREE_UNKN, (int)i);
H A Dpngset.c1156 info_ptr->free_me |= PNG_FREE_UNKN;
H A Dpng.h2215 # define PNG_FREE_UNKN 0x0200 macro
2222 #define PNG_FREE_MUL 0x4220 /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */

Completed in 67 milliseconds