Searched refs:lastWhitePixelColumnOnSecondToLastWhitePixelRow (Results 1 – 2 of 2) sorted by relevance
164 int lastWhitePixelColumnOnSecondToLastWhitePixelRow = 0; in verifyResultImage() local188 lastWhitePixelColumnOnSecondToLastWhitePixelRow = x1; in verifyResultImage()221 …itePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToLastWhitePixelR… in verifyResultImage()227 << (lastWhitePixelColumnOnSecondToLastWhitePixelRow < pixels.getWidth()-1 in verifyResultImage()229 + " && x > " + de::toString(lastWhitePixelColumnOnSecondToLastWhitePixelRow) + ")" in verifyResultImage()
5536 int lastWhitePixelColumnOnSecondToLastWhitePixelRow = 0; in iterate() local5561 lastWhitePixelColumnOnSecondToLastWhitePixelRow = x1; in iterate()5598 …itePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToLastWhitePixelR… in iterate()5603 << (lastWhitePixelColumnOnSecondToLastWhitePixelRow < pixels.getWidth()-1 in iterate()5605 … + " && x > " + de::toString(lastWhitePixelColumnOnSecondToLastWhitePixelRow) + ")" in iterate()