Home
last modified time | relevance | path

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

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