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/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h
102
float
m_textPathScaling
;
SVGTextLayoutEngine.cpp
52
,
m_textPathScaling
(1)
225
m_textPathScaling
= desiredTextLength / totalLength;
236
m_textPathScaling
= 1;
527
float scaledGlyphAdvance = glyphAdvance *
m_textPathScaling
;
556
m_textPathCurrentOffset += scaledGlyphAdvance + m_textPathSpacing + spacing *
m_textPathScaling
;
637
m_currentTextFragment.isTextOnPath = m_inPathLayout &&
m_textPathScaling
!= 1;
640
m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1,
m_textPathScaling
);
642
m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(
m_textPathScaling
, 1);
Completed in 129 milliseconds