Searched defs:mpreFixups (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp201 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) argument
205 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
658 MPreFixups *mpreFixups = NULL; local
667 mpreFixups = new MPreFixups(charCount);
668 if (mpreFixups == NULL) {
674 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
1007 *outMPreFixups = mpreFixups;
1012 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success) argument
1014 if (mpreFixups != NULL) {
1015 mpreFixups
[all...]

Completed in 26 milliseconds