Searched refs:lastWhitePixelRow (Results 1 – 1 of 1) sorted by relevance
5381 int lastWhitePixelRow = 0; in iterate() local5403 if (y1 > lastWhitePixelRow) in iterate()5405 secondToLastWhitePixelRow = lastWhitePixelRow; in iterate()5406 lastWhitePixelRow = y1; in iterate()5445 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in iterate()5451 …? string() + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLastWhi… in iterate()5453 : string() + "y > " + de::toString(lastWhitePixelRow)) in iterate()