Home | History | Annotate | Download | only in functional

Lines Matching refs:cellHeight

273 	int							cellHeight			= viewport.height / gridHeight;
315 const int curY = cellHeight*gridY;
317 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
367 const int curY = cellHeight*gridY;
369 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;