Searched refs:lookupCount (Results 1 – 3 of 3) sorted by relevance
18 private int lookupCount; field in LookupList23 lookupCount = 0; in LookupList()28 if (lookupCount >= lookups.length) { in addLookup()35 lookups[lookupCount] = lookup; in addLookup()37 return lookupCount++; in addLookup()46 writer.writeData(lookupCount); in writeLookupList()50 for (int i = 0; i < lookupCount; i += 1) { in writeLookupList()54 for (int i = 0; i < lookupCount; i += 1) { in writeLookupList()
16 private int lookupCount; field in Feature24 lookupCount = 0; in Feature()30 if (lookupCount >= lookupIndices.length) { in addLookup()37 lookupIndices[lookupCount] = theLookupIndex; in addLookup()38 lookupCount += 1; in addLookup()45 writer.writeData(lookupCount); in writeFeature()47 for (int i = 0; i < lookupCount; i += 1) { in writeFeature()
1069 unsigned int lookupCount, in recurse_lookups() argument1072 for (unsigned int i = 0; i < lookupCount; i++) in recurse_lookups()1079 unsigned int lookupCount, in apply_lookup() argument1100 for (unsigned int i = 0; i < lookupCount && buffer->successful; i++) in apply_lookup()1232 unsigned int lookupCount, in context_closure_lookup() argument1240 lookupCount, lookupRecord); in context_closure_lookup()1246 unsigned int lookupCount, in context_collect_glyphs_lookup() argument1254 lookupCount, lookupRecord); in context_collect_glyphs_lookup()1260 unsigned int lookupCount HB_UNUSED, in context_would_apply_lookup()1271 unsigned int lookupCount, in context_apply_lookup() argument[all …]