Lines Matching refs:mpreIndex
31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex)
35 if (baseIndex - mpreIndex > 1) {
37 fFixupData[fFixupCount].fMPreIndex = mpreIndex;
51 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex;
52 le_int32 mpreLimit = mpreIndex + 1;
67 le_int32 mpreCount = mpreLimit - mpreIndex;
83 mpreSave[i] = glyphStorage[mpreIndex + i];
84 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i];
91 glyphStorage[mpreIndex + i] = glyph;
92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success);