OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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