OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textPathScaling
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h
104
float
m_textPathScaling
;
SVGTextLayoutEngine.cpp
53
,
m_textPathScaling
(1)
219
m_textPathScaling
= desiredTextLength / totalLength;
230
m_textPathScaling
= 1;
513
float scaledGlyphAdvance = glyphAdvance *
m_textPathScaling
;
542
m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing *
m_textPathScaling
;
612
m_currentTextFragment.isTextOnPath = m_inPathLayout &&
m_textPathScaling
!= 1;
615
m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1,
m_textPathScaling
);
617
m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(
m_textPathScaling
, 1);
Completed in 24 milliseconds