Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-map.cc41 unsigned int lookup_indices[32]; in add_lookups() local
49 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()
Dhb-ot-layout.cc460 unsigned int lookup_indices[32]; in _hb_ot_layout_collect_lookups_lookups() local
465 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()
/external/fonttools/Lib/fontTools/
Dsubset.py395 def subset_lookups(self, lookup_indices): argument
701 def subset_lookups(self, lookup_indices): argument
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): argument
785 return self.ExtSubTable.subset_lookups(lookup_indices)
826 def subset_lookups(self, lookup_indices): argument
828 s.subset_lookups(lookup_indices)
[all …]