Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGHKernElement.cpp80 && parseKerningUnicodeString(u1, kerningPair.unicodeRange1, kerningPair.unicodeName1) in buildHorizontalKerningPair()
81 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildHorizontalKerningPair()
DSVGVKernElement.cpp78 && parseKerningUnicodeString(u1, kerningPair.unicodeRange1, kerningPair.unicodeName1) in buildVerticalKerningPair()
79 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildVerticalKerningPair()
DSVGParserUtilities.h68 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
DSVGParserUtilities.cpp317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2410408 (WebCore::parseKerningUnicodeString):
13382 (WebCore::parseKerningUnicodeString):