Home
last modified time | relevance | path

Searched refs:SVGKerningPair (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.h36 struct SVGKerningPair { struct
45 SVGKerningPair() in SVGKerningPair() argument
51 typedef Vector<SVGKerningPair> KerningPairVector;
DSVGHKernElement.cpp68 SVGKerningPair kerningPair; in buildHorizontalKerningPair()
DSVGVKernElement.cpp69 SVGKerningPair kerningPair; in buildVerticalKerningPair()
DSVGFontElement.cpp191 …tring& u1, const String& g1, const String& u2, const String& g2, const SVGKerningPair& kerningPair) in matches()