HomeSort by relevance Sort by last modified time
    Searched refs: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 205 // Assign the unicodeStringLength now that its known.
208 glyphs[i].unicodeStringLength = run.length();
215 advanceLength = svgGlyph.unicodeStringLength;
226 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
229 advanceLength = svgGlyph.unicodeStringLength;
SVGGlyphMap.h 82 lastGlyph.unicodeStringLength = length;

Completed in 306 milliseconds