Home | History | Annotate | Download | only in rendering

Lines Matching refs:extraWidthToEndOfLine

500 IntRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, int* extraWidthToEndOfLine)
529 if (extraWidthToEndOfLine)
530 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);