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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DIndicLayoutEngine.cpp54 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMPreFixups(NULL)
67 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NULL)
109 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success);
157 outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success);
H A DIndicLayoutEngine.h186 MPreFixups *fMPreFixups; member in class:IndicOpenTypeLayoutEngine
H A DIndicReordering.cpp145 MPreFixups *fMPreFixups; member in class:IndicReorderingOutput
205 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
434 if (fMPreFixups != NULL && fMPreOutIndex >= 0) {
435 fMPreFixups->add(fOutIndex, fMPreOutIndex);

Completed in 46 milliseconds