Searched refs:nextRow (Results 1 – 4 of 4) sorted by relevance
186 auto nextRow = [&] { x = 10; y += (64 + 10); }; in __anon3efbe3c40302() variable216 nextRow();221 nextRow();226 nextRow();
156 const bool nextRow = (scissorNdx != 0) && (scissorNdx % numCols == 0); in generateScissors() local157 if (nextRow) in generateScissors()
513 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local514 if (nextRow) in generateGrid()
381 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local382 if (nextRow) in generateGrid()