HomeSort by relevance Sort by last modified time
    Searched refs:m_textBoxTransformations (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h 59 HashMap<SVGInlineTextBox*, AffineTransform> m_textBoxTransformations;
SVGTextChunkBuilder.cpp 38 if (!m_textBoxTransformations.contains(textBox)) {
43 transform = m_textBoxTransformations.get(textBox);
198 m_textBoxTransformations.set(textBox, spacingAndGlyphsTransform);

Completed in 29 milliseconds