Searched refs:cellCount (Results 1 – 1 of 1) sorted by relevance
389 int cellCount = int(floor(value / cellWidth + 0.5f)); in adjustToCell() local390 if (cellCount < 1) in adjustToCell()391 cellCount = 1; in adjustToCell()392 return cellCount * cellWidth; in adjustToCell()