Searched refs:endTextBox (Results 1 – 1 of 1) sorted by relevance
386 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox); in endPositionForLine() local387 endOffset = endTextBox->start(); in endPositionForLine()388 if (!endTextBox->isLineBreak()) in endPositionForLine()389 endOffset += endTextBox->len(); in endPositionForLine()