Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionRect

339             // because selectionRect uses selection-specific values.
357 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
358 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
370 LayoutRect selectionRect = box->localSelectionRect(start, end);
372 r.setHeight(selectionRect.height().toFloat());
373 r.setY(selectionRect.y().toFloat());
375 r.setWidth(selectionRect.width().toFloat());
376 r.setX(selectionRect.x().toFloat());
407 return ellipsis->selectionRect();
440 // function to take ints causes various internal mismatches. But selectionRect takes ints, and
441 // passing UINT_MAX to it causes trouble. Ideally we'd change selectionRect to take unsigneds, but
453 LayoutRect selectionRect = box->localSelectionRect(start, end);
455 r.setHeight(selectionRect.height().toFloat());
456 r.setY(selectionRect.y().toFloat());
458 r.setWidth(selectionRect.width().toFloat());
459 r.setX(selectionRect.x().toFloat());