Lines Matching refs:cellHeight
318 int cellHeight = viewport.height / gridHeight;
360 const int curY = cellHeight*gridY;
362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
412 const int curY = cellHeight*gridY;
414 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1263 const int cellHeight = viewport.height / gridHeight;
1305 const int curY = cellHeight*gridY;
1307 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1359 const int curY = cellHeight*gridY;
1361 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1513 const int cellHeight = viewport.height / gridHeight;
1533 int curY = cellHeight*gridY;
1535 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
1573 const int curY = cellHeight*gridY;
1575 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
2136 const int cellHeight = viewport.height / gridHeight;
2164 int curY = cellHeight*gridY;
2166 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
2205 const int curY = cellHeight*gridY;
2207 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;