Lines Matching refs:mpreFixups
176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) in IndicReorderingOutput() argument
180 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups), in IndicReorderingOutput()
633 MPreFixups *mpreFixups = NULL; in reorder() local
642 mpreFixups = new MPreFixups(charCount); in reorder()
643 if (mpreFixups == NULL) { in reorder()
649 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups); in reorder()
982 *outMPreFixups = mpreFixups; in reorder()
987 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode… in adjustMPres() argument
989 if (mpreFixups != NULL) { in adjustMPres()
990 mpreFixups->apply(glyphStorage, success); in adjustMPres()
992 delete mpreFixups; in adjustMPres()