Searched refs:rightOverhang (Results 1 – 1 of 1) sorted by relevance
1197 int rightOverhang = result[0] + spanX - countX; in estimateDropCell() local1198 if (rightOverhang > 0) { in estimateDropCell()1199 result[0] -= rightOverhang; // Snap to right in estimateDropCell()