Home | History | Annotate | Download | only in svg

Lines Matching refs:textBox

450 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent)
452 Vector<SVGTextFragment>& fragments = textBox->textFragments();
456 RenderSVGInlineText* textRenderer = toRenderSVGInlineText(textBox->textRenderer());
460 String text = textBox->textRenderer()->text();
486 startOffset -= textBox->start();
487 endOffset -= textBox->start();
497 if (!textBox->isLeftToRightDirection() || textBox->m_dirOverride) {
498 ts << (textBox->isLeftToRightDirection() ? " LTR" : " RTL");
499 if (textBox->m_dirOverride)