Lines Matching defs:mpreIndex
56 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex)
60 if (baseIndex - mpreIndex > 1) {
62 fFixupData[fFixupCount].fMPreIndex = mpreIndex;
76 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex;
77 le_int32 mpreLimit = mpreIndex + 1;
92 le_int32 mpreCount = mpreLimit - mpreIndex;
108 mpreSave[i] = glyphStorage[mpreIndex + i];
109 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i];
116 glyphStorage[mpreIndex + i] = glyph;
117 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success);