Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGHKernElement.cpp71 && parseKerningUnicodeString(u1, kerningPair.unicodeRange1, kerningPair.unicodeName1) in buildHorizontalKerningPair()
72 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildHorizontalKerningPair()
DSVGVKernElement.cpp72 && parseKerningUnicodeString(u1, kerningPair.unicodeRange1, kerningPair.unicodeName1) in buildVerticalKerningPair()
73 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildVerticalKerningPair()
DSVGParserUtilities.h88 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
DSVGParserUtilities.cpp447 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString() function