Searched defs:lastCharShapesRight (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp84 static inline SVGGlyphIdentifier::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyphIdentifier::ArabicForm* prevForm) argument
96 if (lastCharShapesRight && shapingMode == SDual) {
107 lastCharShapesRight = shapingMode != SNone;
127 bool lastCharShapesRight = false;
132 forms.prepend(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.first()));
135 forms.append(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.last()));

Completed in 35 milliseconds