Searched refs:fMPreFixups (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DIndicLayoutEngine.cpp29 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMPreFixups(NULL)
42 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NULL)
79 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success);
123 outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success);
H A DIndicLayoutEngine.h161 MPreFixups *fMPreFixups; member in class:IndicOpenTypeLayoutEngine
H A DIndicReordering.cpp120 MPreFixups *fMPreFixups; member in class:IndicReorderingOutput
180 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
409 if (fMPreFixups != NULL && fMPreOutIndex >= 0) {
410 fMPreFixups->add(fOutIndex, fMPreOutIndex);

Completed in 47 milliseconds