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/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 349 milliseconds