Home
last modified time | relevance | path

Searched refs:ArabicForm (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFont.cpp84 …GGlyphIdentifier::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapes… in processArabicFormDetection()
86 SVGGlyphIdentifier::ArabicForm curForm; in processArabicFormDetection()
100 *prevForm = static_cast<SVGGlyphIdentifier::ArabicForm>(correctedForm); in processArabicFormDetection()
111 static Vector<SVGGlyphIdentifier::ArabicForm> charactersWithArabicForm(const String& input, bool rt… in charactersWithArabicForm()
113 Vector<SVGGlyphIdentifier::ArabicForm> forms; in charactersWithArabicForm()
141 …const SVGGlyphIdentifier& identifier, const Vector<SVGGlyphIdentifier::ArabicForm>& chars, unsigne… in isCompatibleArabicForm()
146 Vector<SVGGlyphIdentifier::ArabicForm>::const_iterator it = chars.begin() + startPosition; in isCompatibleArabicForm()
147 Vector<SVGGlyphIdentifier::ArabicForm>::const_iterator end = chars.begin() + endPosition; in isCompatibleArabicForm()
151 …if (*it != static_cast<SVGGlyphIdentifier::ArabicForm>(identifier.arabicForm) && *it != SVGGlyphId… in isCompatibleArabicForm()
159 … const Vector<SVGGlyphIdentifier::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) in isCompatibleGlyph()
[all …]
DSVGGlyphElement.h45 enum ArabicForm { enum
DSVGGlyphElement.cpp79 static inline SVGGlyphIdentifier::ArabicForm parseArabicForm(const AtomicString& value) in parseArabicForm()