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

/external/libpng/contrib/libtests/
H A Dpngimage.c485 #define SKIP_BUGS 0x100 /* Skip over known bugs */ macro
1287 if ((dp->options & SKIP_BUGS) != 0 && is_bad_combo(tr))
1466 (dp->options & SKIP_BUGS) ? "additional " : "");
1543 d.options |= SKIP_BUGS;
1546 d.options &= ~SKIP_BUGS;

Completed in 75 milliseconds