Home | History | Annotate | Download | only in functional

Lines Matching defs:gridHeight

271 	int							gridHeight			= 4;
273 int cellHeight = viewport.height / gridHeight;
310 for (int gridY = 0; gridY < gridHeight; gridY++)
317 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
362 for (int gridY = 0; gridY < gridHeight; gridY++)
369 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;