OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horizontalKerningForPairOfGlyphs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp
74
kerning = svgFont->
horizontalKerningForPairOfGlyphs
(m_lastGlyph, currentGlyph);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h
63
float
horizontalKerningForPairOfGlyphs
(Glyph, Glyph) const;
SVGFontElement.cpp
211
float SVGFontElement::
horizontalKerningForPairOfGlyphs
(Glyph glyphId1, Glyph glyphId2) const
Completed in 366 milliseconds