HomeSort by relevance Sort by last modified time
    Searched full:unicodestringlength (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 60 , unicodeStringLength(0)
81 && unicodeStringLength == other.unicodeStringLength
96 size_t unicodeStringLength;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 192 // Assign the unicodeStringLength now that its known.
195 glyphs[i].unicodeStringLength = run.length();
203 advanceLength = svgGlyph.unicodeStringLength;
214 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
218 advanceLength = svgGlyph.unicodeStringLength;
SVGGlyphMap.h 82 lastGlyph.unicodeStringLength = length;

Completed in 174 milliseconds