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.cpp68 && parseKerningUnicodeString(u1, kerningPair.unicodeRange1, kerningPair.unicodeName1) in buildHorizontalKerningPair()
69 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildHorizontalKerningPair()
DSVGVKernElement.cpp69 && parseKerningUnicodeString(u1, kerningPair.unicodeRange1, kerningPair.unicodeName1) in buildVerticalKerningPair()
70 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildVerticalKerningPair()
DSVGParserUtilities.h83 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
DSVGParserUtilities.cpp401 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString() function