OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_horizontalKerningTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp
51
m_horizontalKerningTable
.clear();
181
buildKerningTable(horizontalKerningPairs,
m_horizontalKerningTable
);
213
if (
m_horizontalKerningTable
.isEmpty())
216
return kerningForPairOfGlyphs(
m_horizontalKerningTable
, glyphId1, glyphId2);
SVGFontElement.h
82
KerningTable
m_horizontalKerningTable
;
Completed in 50 milliseconds