Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c148 static int unsupported_chunks = 0; /* chunk unsupported by libpng in input */ variable
827 ++unsupported_chunks; in pngtest_check_text_support()
836 ++unsupported_chunks; in pngtest_check_text_support()
1694 else if (unsupported_chunks > 0) in test_one_file()
1697 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : ""); in test_one_file()
1742 if (wrote_question == 0 && unsupported_chunks == 0) in test_one_file()
1759 if (strict != 0 && unsupported_chunks == 0) in test_one_file()
1774 if (wrote_question == 0 && unsupported_chunks == 0) in test_one_file()
1796 if (strict != 0 && unsupported_chunks == 0) in test_one_file()