Home | History | Annotate | Download | only in fonts

Lines Matching defs:forms

32 // Helper functions to determine the arabic character forms (initial, medial, terminal, isolated)
85 Vector<SVGGlyph::ArabicForm> forms;
97 return forms;
101 // Start identifying arabic forms
104 forms.prepend(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.first()));
107 forms.append(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.last()));
110 return forms;