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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 58 HashMap<SVGInlineTextBox*, AffineTransform> m_textBoxTransformations;
SVGTextChunkBuilder.cpp 37 if (!m_textBoxTransformations.contains(textBox)) {
42 transform = m_textBoxTransformations.get(textBox);
198 m_textBoxTransformations.set(textBox, spacingAndGlyphsTransform);

Completed in 63 milliseconds