Searched refs:lookup_indices (Results 1 – 4 of 4) sorted by relevance
732 def subset_lookups(self, lookup_indices): argument1074 def subset_lookups(self, lookup_indices): argument1084 if ll and ll.LookupListIndex in lookup_indices])1087 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)1091 if ll and ll.LookupListIndex in lookup_indices])1094 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)1148 def subset_lookups(self, lookup_indices): argument1150 return self.ExtSubTable.subset_lookups(lookup_indices)1196 def subset_lookups(self, lookup_indices): argument1198 s.subset_lookups(lookup_indices)[all …]
107 unsigned int lookup_indices[32]; in add_lookups() local115 len = ARRAY_LENGTH (lookup_indices); in add_lookups()121 lookup_indices); in add_lookups()125 if (lookup_indices[i] >= table_lookup_count) in add_lookups()129 lookup->index = lookup_indices[i]; in add_lookups()136 } while (len == ARRAY_LENGTH (lookup_indices)); in add_lookups()
56 hb_set_t lookup_indices; in _gsub_closure() local62 &lookup_indices); in _gsub_closure()64 &lookup_indices, in _gsub_closure()
559 lookup_indices = tuple([l.lookup_index for l in lookups563 if len(lookup_indices) == 0 and not size_feature:566 feature_key = (feature_tag, lookup_indices)575 frec.Feature.LookupListIndex = list(lookup_indices)576 frec.Feature.LookupCount = len(lookup_indices)