Searched refs:lastTextBox (Results 1 – 6 of 6) sorted by relevance
281 SVGInlineTextBox* lastTextBox = toSVGInlineTextBox(*last); in reverseInlineBoxRangeAndValueListsIfNeeded() local284 if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) { in reverseInlineBoxRangeAndValueListsIfNeeded()286 RenderSVGInlineText* lastContext = toRenderSVGInlineText(lastTextBox->textRenderer()); in reverseInlineBoxRangeAndValueListsIfNeeded()291 …msInLayoutAttributes(firstAttributes, lastAttributes, firstTextBox->start(), lastTextBox->start()); in reverseInlineBoxRangeAndValueListsIfNeeded()
657 InlineTextBox* lastTextBox = textRenderer->lastTextBox(); in upstream() local665 if (box == lastTextBox || textOffset != box->start() + box->len() + 1) in upstream()677 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in upstream()686 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in upstream()781 InlineTextBox* lastTextBox = textRenderer->lastTextBox(); in downstream() local789 if (box == lastTextBox || textOffset != box->start() + box->len()) in downstream()801 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in downstream()810 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in downstream()1200 if (candidate && candidate == textRenderer->lastTextBox() && affinity == DOWNSTREAM) { in getInlineBoxAndOffset()
1252 } else if (lastTextBox()) { in setTextWithOffset()1254 firstRootBox = lastTextBox()->root(); in setTextWithOffset()1498 ASSERT(!firstTextBox() == !lastTextBox()); // Either both are null or both exist. in linesBoundingBox()1499 if (firstTextBox() && lastTextBox()) { in linesBoundingBox()1514 …float width = isHorizontal ? logicalRightSide - logicalLeftSide : lastTextBox()->logicalBottom() -… in linesBoundingBox()1515 …float height = isHorizontal ? lastTextBox()->logicalBottom() - y : logicalRightSide - logicalLeftS… in linesBoundingBox()1537 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; in linesVisualOverflowBoundingBox()1620 InlineTextBox* box = lastTextBox(); in caretMaxOffset()1621 if (!lastTextBox()) in caretMaxOffset()
121 InlineTextBox* lastTextBox() const { return m_lastTextBox; } in lastTextBox() function
309 InlineTextBox* textBox = toRenderText(curr)->lastTextBox(); in dirtyLinesFromChangedChild()
923 if (currText->lastTextBox()) in culledInlineLastLineBox()924 return currText->lastTextBox(); in culledInlineLastLineBox()