Lines Matching refs:MPreFixups
12 #include "MPreFixups.h"
120 MPreFixups *fMPreFixups;
176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups)
180 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
627 MPreFixups **outMPreFixups, LEErrorCode& success)
633 MPreFixups *mpreFixups = NULL;
637 mpreFixups = new MPreFixups(charCount);
638 if (mpreFixups == NULL) {
644 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
977 *outMPreFixups = mpreFixups;
982 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success)
984 if (mpreFixups != NULL) {
985 mpreFixups->apply(glyphStorage, success);
987 delete mpreFixups;