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

  /external/webkit/WebCore/svg/
SVGFont.cpp 82 static inline SVGGlyphIdentifier::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyphIdentifier::ArabicForm* prevForm)
84 SVGGlyphIdentifier::ArabicForm curForm;
92 // enum ArabicForm { None = 0, Isolated, Terminal, Initial, Medial };
98 *prevForm = static_cast<SVGGlyphIdentifier::ArabicForm>(correctedForm);
109 static Vector<SVGGlyphIdentifier::ArabicForm> charactersWithArabicForm(const String& input, bool rtl)
111 Vector<SVGGlyphIdentifier::ArabicForm> forms;
139 static inline bool isCompatibleArabicForm(const SVGGlyphIdentifier& identifier, const Vector<SVGGlyphIdentifier::ArabicForm>& chars, unsigned startPosition, unsigned endPosition)
144 Vector<SVGGlyphIdentifier::ArabicForm>::const_iterator it = chars.begin() + startPosition;
145 Vector<SVGGlyphIdentifier::ArabicForm>::const_iterator end = chars.begin() + endPosition
    [all...]
SVGGlyphElement.h 45 enum ArabicForm {
56 , arabicForm(None)
77 arabicForm == other.arabicForm &&
90 unsigned arabicForm : 3; // ArabicForm
SVGGlyphElement.cpp 78 static inline SVGGlyphIdentifier::ArabicForm parseArabicForm(const AtomicString& value)
168 identifier.arabicForm = parseArabicForm(getAttribute(arabic_formAttr));

Completed in 33 milliseconds