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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.cpp 56 static inline SVGGlyph::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyph::ArabicForm* prevForm)
58 SVGGlyph::ArabicForm curForm;
66 // enum ArabicForm { None = 0, Isolated, Terminal, Initial, Medial };
72 *prevForm = static_cast<SVGGlyph::ArabicForm>(correctedForm);
83 Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl)
85 Vector<SVGGlyph::ArabicForm> forms;
113 static inline bool isCompatibleArabicForm(const SVGGlyph& identifier, const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition)
118 Vector<SVGGlyph::ArabicForm>::const_iterator realEnd = chars.end();
119 Vector<SVGGlyph::ArabicForm>::const_iterator it = chars.begin() + startPosition
    [all...]
SVGGlyph.h 46 enum ArabicForm {
57 , arabicForm(None)
79 && arabicForm == other.arabicForm
93 unsigned arabicForm : 3; // ArabicForm
108 Vector<SVGGlyph::ArabicForm> PLATFORM_EXPORT charactersWithArabicForm(const String& input, bool rtl);
109 bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
WidthIterator.h 60 Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; }
82 Vector<SVGGlyph::ArabicForm> m_arabicForms;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 72 static inline SVGGlyph::ArabicForm parseArabicForm(const AtomicString& value)
154 identifier.arabicForm = parseArabicForm(fastGetAttribute(SVGNames::arabic_formAttr));
SVGFontData.cpp 137 Vector<SVGGlyph::ArabicForm>& arabicForms = iterator.arabicForms();

Completed in 45 milliseconds