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/platform/fonts/
WidthIterator.h 58 Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 153 Vector<SVGGlyph::ArabicForm>& arabicForms = iterator.arabicForms();
169 if (!currentCharacter && arabicForms.isEmpty())
170 arabicForms = charactersWithArabicForm(remainingTextInRun, mirror);
226 if (!isCompatibleGlyph(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))

Completed in 111 milliseconds