Home
last modified time | relevance | path

Searched refs:lookup_index (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.h269 unsigned int lookup_index,
289 unsigned int lookup_index,
296 unsigned int lookup_index,
329 unsigned int lookup_index,
336 unsigned int lookup_index,
350 unsigned int lookup_index,
370 unsigned int lookup_index,
Dhb-ot-layout.cc1237 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument
1253 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1259 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1368 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument
1373 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute()
1376 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute()
1378 return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]); in hb_ot_layout_lookup_would_substitute()
1461 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure() argument
1467 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()
1469 l.closure (&c, lookup_index); in hb_ot_layout_lookup_substitute_closure()
[all …]
Dhb-ot-layout-gsubgpos.hh65 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
69 void recurse (unsigned int lookup_index) in recurse()
75 recurse_func (this, lookup_index); in recurse()
79 bool should_visit_lookup (unsigned int lookup_index) in should_visit_lookup()
81 if (is_lookup_done (lookup_index)) in should_visit_lookup()
83 done_lookups->set (lookup_index, glyphs->get_population ()); in should_visit_lookup()
87 bool is_lookup_done (unsigned int lookup_index) in is_lookup_done()
90 return done_lookups->get (lookup_index) == glyphs->get_population (); in is_lookup_done()
157 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
161 void recurse (unsigned int lookup_index) in recurse()
[all …]
Dhb-ot-layout-gsub-table.hh1397 HB_INTERNAL static bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index);
1464 …tatic typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1466 …text_t::return_t dispatch_closure_recurse_func (hb_closure_context_t *c, unsigned int lookup_index) in dispatch_closure_recurse_func()
1468 if (!c->should_visit_lookup (lookup_index)) in dispatch_closure_recurse_func()
1471 hb_closure_context_t::return_t ret = dispatch_recurse_func (c, lookup_index); in dispatch_closure_recurse_func()
1531 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1533 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
1536 …/ inline bool SubstLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1538 const SubstLookup &l = c->face->table.GSUB.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
1540 unsigned int saved_lookup_index = c->lookup_index; in apply_recurse_func()
[all …]
Dhb-ot-layout-gpos-table.hh1907 HB_INTERNAL static bool apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index);
1910 …tatic typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
2063 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
2065 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in dispatch_recurse_func()
2068 …c*/ inline bool PosLookup::apply_recurse_func (hb_ot_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
2070 const PosLookup &l = c->face->table.GPOS.get_relaxed ()->table->get_lookup (lookup_index); in apply_recurse_func()
2072 unsigned int saved_lookup_index = c->lookup_index; in apply_recurse_func()
2073 c->set_lookup_index (lookup_index); in apply_recurse_func()
Dhb-aat-layout-morx-table.hh1018 if (!c->buffer->message (c->font, "start chain subtable %d", c->lookup_index)) in apply()
1029 (void) c->buffer->message (c->font, "end chain subtable %d", c->lookup_index); in apply()
1035 c->set_lookup_index (c->lookup_index + 1); in apply()
Dhb-aat-layout-kerx-table.hh894 …fer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index)) in apply()
926 …uffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index); in apply()
930 c->set_lookup_index (c->lookup_index + 1); in apply()
Dhb-aat-layout-common.hh822 unsigned int lookup_index; member
834 void set_lookup_index (unsigned int i) { lookup_index = i; } in set_lookup_index()
Dhb-debug.hh405 c->buffer->idx, c->buffer->cur().codepoint, (int) c->lookup_index)
Dhb-aat-layout.cc59 lookup_index (0), in hb_aat_apply_context_t()
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py527 lookup.lookup_index = None
532 lookup.lookup_index = len(lookups)
559 lookup_indices = tuple([l.lookup_index for l in lookups
560 if l.lookup_index is not None])
1120 self.lookup_index = None # assigned when making final tables
1240 rec.LookupListIndex = l.lookup_index
1287 rec.LookupListIndex = l.lookup_index
/external/libgav1/libgav1/src/tile/
Dtile.cc272 const int lookup_index = y_mode - kPredictionModeNearestNearestMv; in GetSinglePredictionMode() local
273 assert(lookup_index >= 0); in GetSinglePredictionMode()
274 return kCompoundToSinglePredictionMode[lookup_index][index]; in GetSinglePredictionMode()