HomeSort by relevance Sort by last modified time
    Searched refs:lookup_indices (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-map.cc 41 unsigned int lookup_indices[32]; local
49 len = ARRAY_LENGTH (lookup_indices);
54 lookup_indices);
58 if (lookup_indices[i] >= table_lookup_count)
64 lookup->index = lookup_indices[i];
69 } while (len == ARRAY_LENGTH (lookup_indices));
hb-ot-layout.cc 537 unsigned int lookup_indices[32]; local
542 len = ARRAY_LENGTH (lookup_indices);
547 lookup_indices);
550 lookup_indexes->add (lookup_indices[i]);
553 } while (len == ARRAY_LENGTH (lookup_indices));
  /external/fonttools/Lib/fontTools/
subset.py 395 def subset_lookups(self, lookup_indices):
701 def subset_lookups(self, lookup_indices):
711 if ll and ll.LookupListIndex in lookup_indices])
714 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)
718 if ll and ll.LookupListIndex in lookup_indices])
721 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)
783 def subset_lookups(self, lookup_indices):
785 return self.ExtSubTable.subset_lookups(lookup_indices)
826 def subset_lookups(self, lookup_indices):
828 s.subset_lookups(lookup_indices)
    [all...]

Completed in 64 milliseconds