Lines Matching refs:wPass
4209 * enough to contribute any pixels. In fact the wPass test
4417 const png_uint_32 wPass = PNG_PASS_COLS(w, pass);
4437 * enough to contribute any pixels. In fact the wPass test
4440 if (PNG_ROW_IN_INTERLACE_PASS(y, pass) && wPass > 0)
4746 * the wPass test can be used to skip the whole y loop
5485 png_uint_32 wPass = PNG_PASS_COLS(width, pass);
5491 /* wPass may be zero or this row may not be in this pass.
5494 if (wPass > 0 && PNG_ROW_IN_INTERLACE_PASS(y, pass))