Home | History | Annotate | Download | only in functional

Lines Matching full:gridy

311 	for (int gridY = 0; gridY < gridHeight; gridY++)
316 const int curY = cellHeight*gridY;
318 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
319 const int cellNdx = gridY*gridWidth + gridX;
363 for (int gridY = 0; gridY < gridHeight; gridY++)
368 const int curY = cellHeight*gridY;
370 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
371 const int cellNdx = gridY*gridWidth + gridX;