Home | History | Annotate | Download | only in rendering

Lines Matching full:range

351         SVGInlineBoxCharacterRange& range = *boxIt;
353 if (box == static_cast<SVGInlineTextBox*>(range.box)) {
408 SVGInlineBoxCharacterRange& range = *boxIt;
410 unsigned int offset = range.endOffset - range.startOffset;
415 if (textBox != static_cast<SVGInlineTextBox*>(range.box)) {
423 ts << "startOffset " << range.startOffset << " endOffset " << range.endOffset;
426 ts << " height " << cummulatedHeightOfInlineBoxCharacterRange(range);
428 ts << " width " << cummulatedWidthOfInlineBoxCharacterRange(range);
437 ts << ": " << quoteAndEscapeNonPrintables(String(textBox->textRenderer()->text()).substring(textBox->start() + range.startOffset, offset)) << "\n";