OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp
47
m_lastGlyph
.isValid = false;
61
m_lastGlyph
.isValid = false;
66
if (
m_lastGlyph
.isValid) {
68
kerning = svgFont->verticalKerningForPairOfStringsAndGlyphs(
m_lastGlyph
.unicodeString,
m_lastGlyph
.name, currentGlyph.unicodeString, currentGlyph.name);
70
kerning = svgFont->horizontalKerningForPairOfStringsAndGlyphs(
m_lastGlyph
.unicodeString,
m_lastGlyph
.name, currentGlyph.unicodeString, currentGlyph.name);
73
m_lastGlyph
= currentGlyph;
74
m_lastGlyph
.isValid = true;
SVGTextLayoutEngineSpacing.h
45
SVGTextMetrics::Glyph
m_lastGlyph
;
Completed in 264 milliseconds