Home | History | Annotate | Download | only in rendering

Lines Matching refs:startPoint

1244         FloatPoint startPoint(boxOrigin.x(), boxOrigin.y() - deltaY);
1248 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));
1249 start = markerRect.x() - startPoint.x();