Home | History | Annotate | Download | only in svg

Lines Matching refs:textBox

113     InlineTextBox* textBox = static_cast<InlineTextBox*>(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 IntRect rect = textBox->selectionRect(0, 0, caretOffset, caretOffset + 1);
124 IntRect rect = textBox->selectionRect(0, 0, caretOffset - 1, caretOffset);
195 SVGInlineTextBox* textBox = static_cast<SVGInlineTextBox*>(box);
196 Vector<SVGTextFragment>& fragments = textBox->textFragments();
211 closestDistanceBox = textBox;