Home | History | Annotate | Download | only in svg

Lines Matching refs:textBox

113     InlineTextBox* textBox = toInlineTextBox(box);
114 if (static_cast<unsigned>(caretOffset) < textBox->start() || static_cast<unsigned>(caretOffset) > textBox->start() + textBox->len())
118 if (static_cast<unsigned>(caretOffset) < textBox->start() + textBox->len()) {
119 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
124 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
182 SVGInlineTextBox* textBox = toSVGInlineTextBox(box);
183 Vector<SVGTextFragment>& fragments = textBox->textFragments();
197 closestDistanceBox = textBox;