Searched refs:nextRow (Results 1 – 1 of 1) sorted by relevance
96 int32 nextRow = current / columns + deltaY; in Filter() local97 if (nextRow >= rows) in Filter()98 nextRow = rows - 1; in Filter()99 else if (nextRow < 0) in Filter()100 nextRow = 0; in Filter()102 int32 next = nextColumn + nextRow * columns; in Filter()