HomeSort by relevance Sort by last modified time
    Searched refs:arabicForms (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.h 59 Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 135 Vector<SVGGlyph::ArabicForm>& arabicForms = iterator.arabicForms();
151 if (!currentCharacter && arabicForms.isEmpty())
152 arabicForms = charactersWithArabicForm(remainingTextInRun, mirror);
212 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))

Completed in 76 milliseconds