Home | History | Annotate | Download | only in svg

Lines Matching refs:textBox

34 void SVGTextChunkBuilder::transformationForTextBox(SVGInlineTextBox* textBox, AffineTransform& transform) const
37 if (!m_textBoxTransformations.contains(textBox)) {
42 transform = m_textBoxTransformations.get(textBox);
55 SVGInlineTextBox* textBox = lineLayoutBoxes[boxPosition];
56 if (!textBox->startsNewTextChunk())
91 SVGInlineTextBox* textBox = lineLayoutBoxes[boxStart];
92 ASSERT(textBox);
94 RenderSVGInlineText* textRenderer = toRenderSVGInlineText(textBox->textRenderer());
188 SVGInlineTextBox* textBox = boxes[boxPosition];
189 Vector<SVGTextFragment>& fragments = textBox->textFragments();
198 m_textBoxTransformations.set(textBox, spacingAndGlyphsTransform);