Searched refs:testLeft (Results 1 – 3 of 3) sorted by relevance
159 int testLeft = testBoundsPtr->x(); in fixUpCursorRects() local163 int candidateLeft = unitRight < testLeft ? unitRight : testRight; in fixUpCursorRects()164 int candidateRight = unitRight > testLeft ? unitLeft : testLeft; in fixUpCursorRects()170 candidateLeft = unitLeft > testLeft ? unitLeft : testLeft; in fixUpCursorRects()
79 int testLeft = bestRect.x(); in CheckBetween() local80 if (left > testLeft) in CheckBetween()81 left = testLeft; in CheckBetween()
1413 int testLeft = mScrolledBounds.x(); in innerRight() local1422 if (testLeft < navLeft && navLeft < (scrollRight = mScrolledBounds.maxX())) { in innerRight()