Home
last modified time | relevance | path

Searched refs:startCaretRect (Results 1 – 1 of 1) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditor.cpp2739 if (startCaretRect != IntRect()) in firstRectForRange()
2740startCaretRect = startRenderer->localToAbsoluteQuad(FloatRect(startCaretRect)).enclosingBoundingBo… in firstRectForRange()
2755 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()
2757 return IntRect(min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()
2758 startCaretRect.y(), in firstRectForRange()
2759 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()
2760 max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()
2764 return IntRect(startCaretRect.x(), in firstRectForRange()
2765 startCaretRect.y(), in firstRectForRange()
2766 startCaretRect.width() + extraWidthToEndOfLine, in firstRectForRange()
[all …]