Home | History | Annotate | Download | only in rendering

Lines Matching defs:endPosition

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