Searched refs:lookup_indices (Results 1 – 3 of 3) sorted by relevance
41 unsigned int lookup_indices[32]; in add_lookups() local49 len = ARRAY_LENGTH (lookup_indices); in add_lookups()54 lookup_indices); in add_lookups()58 if (lookup_indices[i] >= table_lookup_count) in add_lookups()64 lookup->index = lookup_indices[i]; in add_lookups()69 } while (len == ARRAY_LENGTH (lookup_indices)); in add_lookups()
460 unsigned int lookup_indices[32]; in _hb_ot_layout_collect_lookups_lookups() local465 len = ARRAY_LENGTH (lookup_indices); in _hb_ot_layout_collect_lookups_lookups()470 lookup_indices); in _hb_ot_layout_collect_lookups_lookups()473 lookup_indexes->add (lookup_indices[i]); in _hb_ot_layout_collect_lookups_lookups()476 } while (len == ARRAY_LENGTH (lookup_indices)); in _hb_ot_layout_collect_lookups_lookups()
395 def subset_lookups(self, lookup_indices): argument701 def subset_lookups(self, lookup_indices): argument711 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): argument785 return self.ExtSubTable.subset_lookups(lookup_indices)826 def subset_lookups(self, lookup_indices): argument828 s.subset_lookups(lookup_indices)[all …]