Home | History | Annotate | Download | only in rendering

Lines Matching defs:startPoint

761         IntPoint startPoint(tx + m_x, ty + selectionTop());
765 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, h, startPosition, endPosition));
766 start = markerRect.x() - startPoint.x();
836 IntPoint startPoint = IntPoint(m_x, y);
839 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, h, sPos, ePos));