Home | History | Annotate | Download | only in functional

Lines Matching full:gridy

355 	for (int gridY = 0; gridY < gridHeight; gridY++)
360 const int curY = cellHeight*gridY;
362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
363 const int cellNdx = gridY*gridWidth + gridX;
407 for (int gridY = 0; gridY < gridHeight; gridY++)
412 const int curY = cellHeight*gridY;
414 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
415 const int cellNdx = gridY*gridWidth + gridX;
1300 for (int gridY = 0; gridY < gridHeight; gridY++)
1305 const int curY = cellHeight*gridY;
1307 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1308 const int cellNdx = gridY*gridWidth + gridX;
1354 for (int gridY = 0; gridY < gridHeight; gridY++)
1359 const int curY = cellHeight*gridY;
1361 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1362 const int cellNdx = gridY*gridWidth + gridX;
1528 for (int gridY = 0; gridY < gridHeight; gridY++)
1533 int curY = cellHeight*gridY;
1535 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1536 int cellNdx = gridY*gridWidth + gridX;
1568 for (int gridY = 0; gridY < gridHeight; gridY++)
1573 const int curY = cellHeight*gridY;
1575 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1576 const int cellNdx = gridY*gridWidth + gridX;
2159 for (int gridY = 0; gridY < gridHeight; gridY++)
2164 int curY = cellHeight*gridY;
2166 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
2167 int cellNdx = gridY*gridWidth + gridX;
2200 for (int gridY = 0; gridY < gridHeight; gridY++)
2205 const int curY = cellHeight*gridY;
2207 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
2208 const int cellNdx = gridY*gridWidth + gridX;