Home | History | Annotate | Download | only in layout

Lines Matching refs:IndicReordering

21 #include "IndicReordering.h"
32 fFeatureMap = IndicReordering::getv2FeatureMap(fFeatureMapCount);
34 fFeatureMap = IndicReordering::getFeatureMap(fFeatureMapCount);
38 fFilterZeroWidth = IndicReordering::getFilterZeroWidth(fScriptCode);
44 fFeatureMap = IndicReordering::getFeatureMap(fFeatureMapCount);
75 IndicReordering::finalReordering(glyphStorage,retCount);
76 IndicReordering::applyPresentationForms(glyphStorage,retCount);
79 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success);
99 le_int32 worstCase = count * IndicReordering::getWorstCaseExpansion(fScriptCode);
121 outCharCount = IndicReordering::v2process(&chars[offset], count, fScriptCode, outChars, glyphStorage);
123 outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success);