Searched refs:textRectRightBoundary (Results 1 – 1 of 1) sorted by relevance
462 auto textRectRightBoundary = contentRect_.GetX() + contentRect_.Width(); in AdjustHandleAtEdge() local463 if (GreatNotEqual(handleRect.GetX() + handleRect.Width(), textRectRightBoundary) && in AdjustHandleAtEdge()465 handleRect.SetLeft(textRectRightBoundary - handleRect.Width()); in AdjustHandleAtEdge()