Searched refs:unitBottom (Results 1 – 1 of 1) sorted by relevance
150 int unitBottom = unitBoundsPtr->maxY(); in fixUpCursorRects() local162 int candidateBottom = unitBottom < testBottom ? unitBottom : testBottom; in fixUpCursorRects()168 candidateTop = unitBottom < testTop ? unitBottom : testBottom; in fixUpCursorRects()169 candidateBottom = unitBottom > testTop ? unitTop : testTop; in fixUpCursorRects()