Home | History | Annotate | Download | only in rendering

Lines Matching refs:endPosition

1005         int endPosition = min<int>(marker.endOffset - m_start, m_len);
1008 endPosition = min<int>(endPosition, m_truncation);
1017 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));