Home | History | Annotate | Download | only in functional

Lines Matching refs:cellWidth

273 	int							cellWidth			= viewport.width / gridWidth;
315 const int curX = cellWidth*gridX;
317 const int curW = gridX+1 == gridWidth ? (viewport.width-curX) : cellWidth;
367 const int curX = cellWidth*gridX;
369 const int curW = gridX+1 == gridWidth ? (viewport.width-curX) : cellWidth;