Home
last modified time | relevance | path

Searched refs:PNG_FREE_UNKN (Results 1 – 8 of 8) sorted by relevance

/external/libpng/
Dpngtest.c1523 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
1526 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
Dpngset.c1253 info_ptr->free_me |= PNG_FREE_UNKN; in png_set_unknown_chunks()
Dpng.h1786 # define PNG_FREE_UNKN 0x0200U macro
Dpng.c596 ((mask & PNG_FREE_UNKN) & info_ptr->free_me) != 0) in png_free_data()
Dlibpng-manual.txt2452 PNG_FREE_TEXT, PNG_FREE_UNKN,
3706 PNG_FREE_TEXT, PNG_FREE_UNKN,
/external/pdfium/third_party/libpng16/
Dpngset.c1204 info_ptr->free_me |= PNG_FREE_UNKN; in png_set_unknown_chunks()
Dpng.h1790 # define PNG_FREE_UNKN 0x0200U macro
Dpng.c575 ((mask & PNG_FREE_UNKN) & info_ptr->free_me) != 0) in png_free_data()