Searched refs:subtableCount (Results 1 – 2 of 2) sorted by relevance
19 private int subtableCount; field in Lookup54 subtableCount = 0; in Lookup()59 if (subtableCount >= subtables.length) { in addSubtable()66 subtables[subtableCount] = subtable; in addSubtable()67 subtableCount += 1; in addSubtable()76 writer.writeData(subtableCount); in writeLookup()80 for (int i = 0; i < subtableCount; i += 1) { in writeLookup()84 for (int i = 0; i < subtableCount; i += 1) { in writeLookup()
30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount); in applyLookupTable() local34 for (le_uint16 subtable = 0; subtable < subtableCount; subtable += 1) { in applyLookupTable()