Home | History | Annotate | Download | only in svg

Lines Matching refs:textBox

400 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent)
402 Vector<SVGTextFragment>& fragments = textBox->textFragments();
406 RenderSVGInlineText& textRenderer = toRenderSVGInlineText(textBox->renderer());
409 String text = textBox->renderer().text();
435 startOffset -= textBox->start();
436 endOffset -= textBox->start();
446 if (!textBox->isLeftToRightDirection() || textBox->dirOverride()) {
447 ts << (textBox->isLeftToRightDirection() ? " LTR" : " RTL");
448 if (textBox->dirOverride())