Searched defs:mpreIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMPreFixups.cpp56 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) argument
60 if (baseIndex - mpreIndex > 1) {
62 fFixupData[fFixupCount].fMPreIndex = mpreIndex;
76 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex; local
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
[all...]

Completed in 29 milliseconds