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/core/platform/graphics/
SVGGlyph.h 59 , unicodeStringLength(0)
80 && unicodeStringLength == other.unicodeStringLength
95 size_t unicodeStringLength;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 190 // Assign the unicodeStringLength now that its known.
193 glyphs[i].unicodeStringLength = run.length();
201 advanceLength = svgGlyph.unicodeStringLength;
212 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
216 advanceLength = svgGlyph.unicodeStringLength;
SVGGlyphMap.h 82 lastGlyph.unicodeStringLength = length;

Completed in 319 milliseconds