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 57 HashMap<SVGInlineTextBox*, AffineTransform> m_textBoxTransformations;
SVGTextChunkBuilder.cpp 36 return m_textBoxTransformations.get(textBox);
205 m_textBoxTransformations.set(textBox, spacingAndGlyphsTransform);

Completed in 82 milliseconds