Searched refs:fMPreFixups (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | IndicLayoutEngine.cpp | 29 …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()
|
D | IndicLayoutEngine.h | 161 MPreFixups *fMPreFixups;
|
D | IndicReordering.cpp | 120 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()
|