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/core/platform/graphics/
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 45 enum ArabicForm {
56 , arabicForm(None)
78 && arabicForm == other.arabicForm
92 unsigned arabicForm : 3; // ArabicForm
107 Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl);
108 bool isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
WidthIterator.h 59 Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; }
81 Vector<SVGGlyph::ArabicForm> m_arabicForms;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 74 static inline SVGGlyph::ArabicForm parseArabicForm(const AtomicString& value)
156 identifier.arabicForm = parseArabicForm(fastGetAttribute(SVGNames::arabic_formAttr));
SVGFontData.cpp 135 Vector<SVGGlyph::ArabicForm>& arabicForms = iterator.arabicForms();

Completed in 295 milliseconds