Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpng.c515 if ((mask & PNG_FREE_UNKN) & info_ptr->free_me) in png_free_data()
517 if (mask & PNG_FREE_UNKN) in png_free_data()
535 png_free_data(png_ptr, info_ptr, PNG_FREE_UNKN, i); in png_free_data()
Dpngtest.c1264 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
1267 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
Dpngset.c1021 info_ptr->free_me |= PNG_FREE_UNKN; in png_set_unknown_chunks()
Dlibpng.txt1276 PNG_FREE_TEXT, PNG_FREE_UNKN,
2275 PNG_FREE_TEXT, PNG_FREE_UNKN,
/external/skia/third_party/libpng/
Dpngtest.c1489 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
1492 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
Dpngset.c1189 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()
Dlibpng-manual.txt2400 PNG_FREE_TEXT, PNG_FREE_UNKN,
3648 PNG_FREE_TEXT, PNG_FREE_UNKN,
/external/libpng/
Dpngtest.c1496 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
1499 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
Dpngset.c1191 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()
Dlibpng-manual.txt2405 PNG_FREE_TEXT, PNG_FREE_UNKN,
3653 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()
/external/syslinux/com32/include/
Dpng.h2177 #define PNG_FREE_UNKN 0x0200 macro