OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphAdvance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h
62
void updateCurrentTextPosition(float x, float y, float
glyphAdvance
);
SVGTextLayoutEngine.cpp
75
void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float
glyphAdvance
)
80
m_y = y +
glyphAdvance
;
82
m_x = x +
glyphAdvance
;
497
float
glyphAdvance
= baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
513
float scaledGlyphAdvance =
glyphAdvance
* m_textPathScaling;
623
updateCurrentTextPosition(x, y,
glyphAdvance
);
637
updateCurrentTextPosition(xNew, yNew,
glyphAdvance
+ spacing);
Completed in 91 milliseconds