OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGKerningPair
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h
35
struct
SVGKerningPair
{
44
SVGKerningPair
()
51
typedef Vector<
SVGKerningPair
> KerningPairVector;
78
void addPairsToKerningTable(const
SVGKerningPair
&, KerningTable&);
SVGHKernElement.cpp
64
SVGKerningPair
kerningPair;
SVGVKernElement.cpp
65
SVGKerningPair
kerningPair;
SVGFontElement.cpp
122
void SVGFontElement::addPairsToKerningTable(const
SVGKerningPair
& kerningPair, KerningTable& kerningTable)
Completed in 93 milliseconds