OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KerningPairVector
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGHKernElement.h
34
void buildHorizontalKerningPair(
KerningPairVector
&);
SVGVKernElement.h
39
void buildVerticalKerningPair(
KerningPairVector
&);
SVGFontElement.h
51
typedef Vector<SVGKerningPair>
KerningPairVector
;
84
mutable
KerningPairVector
m_horizontalKerningPairs;
85
mutable
KerningPairVector
m_verticalKerningPairs;
SVGFontElement.cpp
148
static float kerningForPairOfStringsAndGlyphs(
KerningPairVector
& kerningPairs, const String& u1, const String& g1, const String& u2, const String& g2)
150
KerningPairVector
::const_iterator it = kerningPairs.end() - 1;
151
const
KerningPairVector
::const_iterator begin = kerningPairs.begin() - 1;
SVGHKernElement.cpp
68
void SVGHKernElement::buildHorizontalKerningPair(
KerningPairVector
& kerningPairs)
SVGVKernElement.cpp
66
void SVGVKernElement::buildVerticalKerningPair(
KerningPairVector
& kerningPairs)
Completed in 61 milliseconds