Home | History | Annotate | Download | only in rendering

Lines Matching refs:newRight

420         LayoutUnit newRight = block().logicalRightOffsetForLine(selectionTop, false);
421 if (prevLeft > newLeft || prevRight < newRight)
469 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionBottom, false);
470 if (nextLeft > newLeft || nextRight < newRight)