Searched refs:secondToLastWhitePixelRow (Results 1 – 2 of 2) sorted by relevance
163 int secondToLastWhitePixelRow = 0; in verifyResultImage() local185 secondToLastWhitePixelRow = lastWhitePixelRow; in verifyResultImage()221 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in verifyResultImage()228 … + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLastWhitePixelRow) in verifyResultImage()
5535 int secondToLastWhitePixelRow = 0; in iterate() local5558 secondToLastWhitePixelRow = lastWhitePixelRow; in iterate()5598 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in iterate()5604 … + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLastWhitePixelRow) in iterate()