Home | History | Annotate | Download | only in rendering

Lines Matching defs:selectionTop

128 LayoutUnit InlineTextBox::selectionTop()
130 return root().selectionTop();
208 LayoutUnit selTop = selectionTop();
851 LayoutUnit selectionTop = root().selectionTopAdjustedForPrecedingBlock();
853 int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop);
854 int selHeight = max(0, roundToInt(selectionBottom - selectionTop));
889 int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
1244 int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
1287 int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
1295 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop()), selHeight, sPos, ePos));