Home | History | Annotate | Download | only in layout

Lines Matching refs:glyphStorage

176     IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups)
177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
626 LEUnicode *outChars, LEGlyphStorage &glyphStorage,
649 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
987 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success)
990 mpreFixups->apply(glyphStorage, success);
996 void IndicReordering::applyPresentationForms(LEGlyphStorage &glyphStorage, le_int32 count)
1004 glyphStorage.setAuxData(i, ( presentationFormsMask | positioningFormsMask ), success);
1008 void IndicReordering::finalReordering(LEGlyphStorage &glyphStorage, le_int32 count)
1016 le_int32 tmpAuxData = glyphStorage.getAuxData(i,success);
1017 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success);
1026 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1027 tmpAuxData = glyphStorage.getAuxData(targetPosition,success);
1041 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1054 tmpAuxData = glyphStorage.getAuxData(checkMatraPosition,success);
1067 glyphStorage.moveGlyph(i,targetPosition,repositionedGlyphMask);
1074 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
1081 IndicReorderingOutput output(outChars, glyphStorage, NULL);