Home | History | Annotate | Download | only in rendering

Lines Matching refs:textBox

127     void chunkPortionCallback(SVGInlineTextBox* textBox, int startOffset, const AffineTransform& chunkCtm,
130 RenderStyle* style = textBox->textRenderer()->style();
139 unsigned int newOffset = textBox->start() + (it - start) + startOffset;
140 FloatRect glyphRect = chunkCtm.mapRect(textBox->calculateGlyphBoundaries(style, newOffset, *it));
144 if (textBox->direction() == RTL)
145 newOffset = textBox->start() + textBox->end() - newOffset;
194 void chunkPortionCallback(SVGInlineTextBox* textBox, int startOffset, const AffineTransform& chunkCtm,
197 RenderStyle* style = textBox->textRenderer()->style();
203 unsigned int newOffset = textBox->start() + (it - start) + startOffset;
204 m_selectionRect.unite(textBox->calculateGlyphBoundaries(style, newOffset, *it));