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()
945 unsigned int lookupCount, in recurse_lookups() argument948 for (unsigned int i = 0; i < lookupCount; i++) in recurse_lookups()955 unsigned int lookupCount, in apply_lookup() argument976 for (unsigned int i = 0; i < lookupCount && !buffer->in_error; i++) in apply_lookup()1072 unsigned int lookupCount, in context_closure_lookup() argument1080 lookupCount, lookupRecord); in context_closure_lookup()1086 unsigned int lookupCount, in context_collect_glyphs_lookup() argument1094 lookupCount, lookupRecord); in context_collect_glyphs_lookup()1100 unsigned int lookupCount HB_UNUSED, in context_would_apply_lookup()1111 unsigned int lookupCount, in context_apply_lookup() argument[all …]