OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verticalKerningForPairOfStringsAndGlyphs
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.cpp
54
kerning = svgFont->
verticalKerningForPairOfStringsAndGlyphs
(m_lastGlyph.unicodeString, m_lastGlyph.name, currentGlyph.unicodeString, currentGlyph.name);
/external/webkit/Source/WebCore/svg/
SVGFontElement.h
65
float
verticalKerningForPairOfStringsAndGlyphs
(const String& u1, const String& g1, const String& u2, const String& g2) const;
SVGFontElement.cpp
168
float SVGFontElement::
verticalKerningForPairOfStringsAndGlyphs
(const String& u1, const String& g1, const String& u2, const String& g2) const
Completed in 198 milliseconds