HomeSort by relevance Sort by last modified time
    Searched refs:lookup_indices (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 41 unsigned int lookup_indices[32]; local
49 len = ARRAY_LENGTH (lookup_indices);
54 lookup_indices);
58 if (lookup_indices[i] >= table_lookup_count)
64 lookup->index = lookup_indices[i];
69 } while (len == ARRAY_LENGTH (lookup_indices));
hb-ot-layout.cc 460 unsigned int lookup_indices[32]; local
465 len = ARRAY_LENGTH (lookup_indices);
470 lookup_indices);
473 lookup_indexes->add (lookup_indices[i]);
476 } while (len == ARRAY_LENGTH (lookup_indices));
  /external/harfbuzz_ng/src/
hb-ot-map.cc 41 unsigned int lookup_indices[32]; local
49 len = ARRAY_LENGTH (lookup_indices);
54 lookup_indices);
58 if (lookup_indices[i] >= table_lookup_count)
64 lookup->index = lookup_indices[i];
69 } while (len == ARRAY_LENGTH (lookup_indices));
hb-ot-layout.cc 460 unsigned int lookup_indices[32]; local
465 len = ARRAY_LENGTH (lookup_indices);
470 lookup_indices);
473 lookup_indexes->add (lookup_indices[i]);
476 } while (len == ARRAY_LENGTH (lookup_indices));
  /external/fonttools/Lib/fontTools/
subset.py 395 def subset_lookups(self, lookup_indices):
701 def subset_lookups(self, lookup_indices):
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):
785 return self.ExtSubTable.subset_lookups(lookup_indices)
826 def subset_lookups(self, lookup_indices):
828 s.subset_lookups(lookup_indices)
    [all...]

Completed in 384 milliseconds