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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicLayoutEngine.cpp54 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMPreFixups(NULL)
67 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NULL)
104 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success);
148 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 499 milliseconds