OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildKerningTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h
79
void
buildKerningTable
(const KerningPairVector&, KerningTable&);
SVGFontElement.cpp
141
void SVGFontElement::
buildKerningTable
(const KerningPairVector& kerningPairs, KerningTable& kerningTable)
181
buildKerningTable
(horizontalKerningPairs, m_horizontalKerningTable);
182
buildKerningTable
(verticalKerningPairs, m_verticalKerningTable);
Completed in 155 milliseconds