Searched refs:fFixupCount (Results 1 – 2 of 2) sorted by relevance
20 : fFixupData(NULL), fFixupCount(0) in MPreFixups()36 fFixupData[fFixupCount].fBaseIndex = baseIndex; in add()37 fFixupData[fFixupCount].fMPreIndex = mpreIndex; in add()39 fFixupCount += 1; in add()49 for (le_int32 fixup = 0; fixup < fFixupCount; fixup += 1) { in apply()
36 le_int32 fFixupCount; variable