Home
last modified time | relevance | path

Searched refs:lookup_indices (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/subset/
D__init__.py725 def subset_lookups(self, lookup_indices): argument
1067 def subset_lookups(self, lookup_indices): argument
1077 if ll and ll.LookupListIndex in lookup_indices])
1080 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)
1084 if ll and ll.LookupListIndex in lookup_indices])
1087 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)
1141 def subset_lookups(self, lookup_indices): argument
1143 return self.ExtSubTable.subset_lookups(lookup_indices)
1189 def subset_lookups(self, lookup_indices): argument
1191 s.subset_lookups(lookup_indices)
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-map.cc103 unsigned int lookup_indices[32]; in add_lookups() local
111 len = ARRAY_LENGTH (lookup_indices); in add_lookups()
117 lookup_indices); in add_lookups()
121 if (lookup_indices[i] >= table_lookup_count) in add_lookups()
125 lookup->index = lookup_indices[i]; in add_lookups()
132 } while (len == ARRAY_LENGTH (lookup_indices)); in add_lookups()
Dhb-subset-plan.cc72 hb_set_t lookup_indices; in _gsub_closure() local
78 &lookup_indices); in _gsub_closure()
80 &lookup_indices, in _gsub_closure()
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py555 lookup_indices = tuple([l.lookup_index for l in lookups
559 if len(lookup_indices) == 0 and not size_feature:
562 feature_key = (feature_tag, lookup_indices)
571 frec.Feature.LookupListIndex = list(lookup_indices)
572 frec.Feature.LookupCount = len(lookup_indices)