OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_horizontalKerningPairs
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFontElement.cpp
65
m_horizontalKerningPairs
.clear();
94
hkern->buildHorizontalKerningPair(
m_horizontalKerningPairs
);
162
if (
m_horizontalKerningPairs
.isEmpty())
165
return kerningForPairOfStringsAndGlyphs(
m_horizontalKerningPairs
, u1, g1, u2, g2);
SVGFontElement.h
84
mutable KerningPairVector
m_horizontalKerningPairs
;
Completed in 220 milliseconds