Searched refs:endCaretRect (Results 1 – 1 of 1) sorted by relevance
2780 IntRect endCaretRect = endRenderer->localCaretRect(endInlineBox, endCaretOffset); in firstRectForRange() local2781 if (endCaretRect != IntRect()) in firstRectForRange()2782 … endCaretRect = endRenderer->localToAbsoluteQuad(FloatRect(endCaretRect)).enclosingBoundingBox(); in firstRectForRange()2784 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()2786 return IntRect(min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()2788 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()2789 max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()