Searched refs:baseIndex (Results 1 – 3 of 3) sorted by relevance
31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) in add() argument35 if (baseIndex - mpreIndex > 1) { in add()36 fFixupData[fFixupCount].fBaseIndex = baseIndex; in add()46 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; in apply() local50 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()51 baseIndex -= 1; in apply()58 if (mpreLimit == baseIndex) { in apply()64 le_int32 moveCount = baseIndex - mpreLimit; in apply()65 le_int32 mpreDest = baseIndex - mpreCount; in apply()
30 void add(le_int32 baseIndex, le_int32 mpreIndex);
30 le_int16 baseIndex = getFieldCount(valueFormat) * index; in getFieldValue() local32 le_int16 value = values[baseIndex + valueIndex]; in getFieldValue()