Searched refs:lastWhitePixelRow (Results 1 – 2 of 2) sorted by relevance
162 int lastWhitePixelRow = 0; in verifyResultImage() local183 if (y1 > lastWhitePixelRow) in verifyResultImage()185 secondToLastWhitePixelRow = lastWhitePixelRow; in verifyResultImage()186 lastWhitePixelRow = y1; in verifyResultImage()221 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in verifyResultImage()228 …? std::string() + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLa… in verifyResultImage()230 : std::string() + "y > " + de::toString(lastWhitePixelRow)) in verifyResultImage()
5534 int lastWhitePixelRow = 0; in iterate() local5556 if (y1 > lastWhitePixelRow) in iterate()5558 secondToLastWhitePixelRow = lastWhitePixelRow; in iterate()5559 lastWhitePixelRow = y1; in iterate()5598 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in iterate()5604 …? string() + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLastWhi… in iterate()5606 : string() + "y > " + de::toString(lastWhitePixelRow)) in iterate()