Home | History | Annotate | Download | only in libtests

Lines Matching refs:wPass

3834                       * enough to contribute any pixels.  In fact the wPass test
4042 const png_uint_32 wPass = PNG_PASS_COLS(w, pass);
4062 * enough to contribute any pixels. In fact the wPass test
4065 if (PNG_ROW_IN_INTERLACE_PASS(y, pass) && wPass > 0)
4371 * the wPass test can be used to skip the whole y loop
5110 png_uint_32 wPass = PNG_PASS_COLS(width, pass);
5116 /* wPass may be zero or this row may not be in this pass.
5119 if (wPass > 0 && PNG_ROW_IN_INTERLACE_PASS(y, pass))