ArabicForm 145 Source/core/svg/SVGFontData.cpp Vector<SVGGlyph::ArabicForm>& arabicForms = iterator.arabicForms(); ArabicForm 72 Source/core/svg/SVGGlyphElement.cpp static inline SVGGlyph::ArabicForm parseArabicForm(const AtomicString& value) ArabicForm 56 Source/platform/fonts/SVGGlyph.cpp static inline SVGGlyph::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyph::ArabicForm* prevForm) ArabicForm 58 Source/platform/fonts/SVGGlyph.cpp SVGGlyph::ArabicForm curForm; ArabicForm 72 Source/platform/fonts/SVGGlyph.cpp *prevForm = static_cast<SVGGlyph::ArabicForm>(correctedForm); ArabicForm 83 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl) ArabicForm 85 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm> forms; ArabicForm 113 Source/platform/fonts/SVGGlyph.cpp static inline bool isCompatibleArabicForm(const SVGGlyph& identifier, const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) ArabicForm 118 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm>::const_iterator realEnd = chars.end(); ArabicForm 119 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm>::const_iterator it = chars.begin() + startPosition; ArabicForm 123 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm>::const_iterator end = chars.begin() + endPosition; ArabicForm 128 Source/platform/fonts/SVGGlyph.cpp if (*it != static_cast<SVGGlyph::ArabicForm>(identifier.arabicForm) && *it != SVGGlyph::None) ArabicForm 136 Source/platform/fonts/SVGGlyph.cpp const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) ArabicForm 108 Source/platform/fonts/SVGGlyph.h Vector<SVGGlyph::ArabicForm> PLATFORM_EXPORT charactersWithArabicForm(const String& input, bool rtl); ArabicForm 109 Source/platform/fonts/SVGGlyph.h bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition); ArabicForm 58 Source/platform/fonts/WidthIterator.h Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; } ArabicForm 79 Source/platform/fonts/WidthIterator.h Vector<SVGGlyph::ArabicForm> m_arabicForms;