Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/subset/
D__init__.py737 def subset_lookups(self, lookup_indices): argument
1082 def subset_lookups(self, lookup_indices): argument
1092 if ll and ll.LookupListIndex in lookup_indices])
1095 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)
1099 if ll and ll.LookupListIndex in lookup_indices])
1102 ll.LookupListIndex = lookup_indices.index(ll.LookupListIndex)
1156 def subset_lookups(self, lookup_indices): argument
1158 return self.ExtSubTable.subset_lookups(lookup_indices)
1204 def subset_lookups(self, lookup_indices): argument
1206 s.subset_lookups(lookup_indices)
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-map.cc107 unsigned int lookup_indices[32]; in add_lookups() local
115 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()
Dhb-subset-plan.cc56 hb_set_t lookup_indices; in _gsub_closure() local
62 &lookup_indices); in _gsub_closure()
64 &lookup_indices, in _gsub_closure()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h110 Status EmitConstants(const HloComputation& computation, bool lookup_indices);
Dir_emitter.cc105 bool lookup_indices) { in EmitConstants() argument
154 if (lookup_indices) { in EmitConstants()
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py847 lookup_indices = tuple(
852 if len(lookup_indices) == 0 and not size_feature:
855 for ix in lookup_indices:
866 feature_key = (feature_tag, lookup_indices)
874 frec.Feature.LookupListIndex = list(lookup_indices)
875 frec.Feature.LookupCount = len(lookup_indices)