Home
last modified time | relevance | path

Searched defs:lookup_index (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh47 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func()
53 …ubstLookup::closure_glyphs_recurse_func (hb_closure_context_t *c, unsigned lookup_index, hb_set_t … in closure_glyphs_recurse_func()
70 …:dispatch_recurse_func<hb_ot_apply_context_t> (hb_ot_apply_context_t *c, unsigned int lookup_index) in dispatch_recurse_func()
Dhb-ot-layout-gpos-table.hh42 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func()
57 …:dispatch_recurse_func<hb_ot_apply_context_t> (hb_ot_apply_context_t *c, unsigned int lookup_index) in dispatch_recurse_func()
Dhb-repacker.hh46 unsigned lookup_index; member
82 for (unsigned lookup_index : ext_context.lookups.keys ()) in _presplit_subtables_if_needed() local
120 for (unsigned lookup_index : ext_context.lookups.keys ()) in _promote_extensions_if_needed() local
Dhb-ot-layout.cc1297 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs()
1439 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute()
1481 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure()
1522 … for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);) in hb_ot_layout_lookups_substitute_closure() local
1915 unsigned int lookup_index = lookup.index; in apply() local
2338 unsigned lookup_index, in hb_ot_layout_lookup_get_glyph_alternates()
2387 unsigned lookup_index, in hb_ot_layout_lookup_get_optical_bound()
Dhb-aat-layout-common.hh868 unsigned int lookup_index; member
Dhb-ot-layout-gsubgpos.hh689 unsigned int lookup_index = (unsigned) -1; member
/external/rust/crates/tinytemplate/src/
Dtemplate.rs84 fn lookup_index(&self) -> Result<(usize, usize)> { in lookup_index() method
/external/libgav1/src/tile/
Dtile.cc269 const int lookup_index = y_mode - kPredictionModeNearestNearestMv; in GetSinglePredictionMode() local