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

/external/libpng/
H A Dpngtest.c156 static int unsupported_chunks = 0; /* chunk unsupported by libpng in input */ variable
836 ++unsupported_chunks;
845 ++unsupported_chunks;
1649 else if (unsupported_chunks > 0)
1652 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : "");
1697 if (wrote_question == 0 && unsupported_chunks == 0)
1714 if (strict != 0 && unsupported_chunks == 0)
1729 if (wrote_question == 0 && unsupported_chunks == 0)
1746 /* NOTE: the unsupported_chunks escape is permitted here because
1751 if (strict != 0 && unsupported_chunks
[all...]
/external/skia/third_party/libpng/
H A Dpngtest.c156 static int unsupported_chunks = 0; /* chunk unsupported by libpng in input */ variable
835 ++unsupported_chunks;
844 ++unsupported_chunks;
1642 else if (unsupported_chunks > 0)
1645 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : "");
1690 if (wrote_question == 0 && unsupported_chunks == 0)
1706 if (strict != 0 && unsupported_chunks == 0)
1721 if (wrote_question == 0 && unsupported_chunks == 0)
1737 /* NOTE: the unsupported_chunks escape is permitted here because
1742 if (strict != 0 && unsupported_chunks
[all...]

Completed in 113 milliseconds