Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.h207 unsigned int lookup_index,
227 unsigned int lookup_index,
234 unsigned int lookup_index,
249 unsigned int lookup_index,
256 unsigned int lookup_index,
264 unsigned int lookup_index,
284 unsigned int lookup_index,
Dhb-ot-layout.cc724 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument
742 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
748 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
773 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument
779 …return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_… in hb_ot_layout_lookup_would_substitute()
784 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute_fast() argument
789 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast()
792 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
794 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index]); in hb_ot_layout_lookup_would_substitute_fast()
810 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure() argument
[all …]
Dhb-ot-layout-gsubgpos-private.hh53 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
58 return_t recurse (unsigned int lookup_index) in recurse()
64 recurse_func (this, lookup_index); in recurse()
139 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
144 return_t recurse (unsigned int lookup_index) in recurse()
163 if (recursed_lookups.has (lookup_index)) in recurse()
172 recurse_func (this, lookup_index); in recurse()
179 recursed_lookups.add (lookup_index); in recurse()
261 c->buffer->idx, c->buffer->cur().codepoint, (int) c->lookup_index);
444 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
[all …]
Dhb-ot-layout-gsub-table.hh1160 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1230 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1329 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1332 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()
1336 …ic*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1339 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
1341 unsigned int saved_lookup_index = c->lookup_index; in apply_recurse_func()
1342 c->set_lookup_index (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh1481 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1484 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1628 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1631 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1635 …atic*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1638 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
1640 unsigned int saved_lookup_index = c->lookup_index; in apply_recurse_func()
1641 c->set_lookup_index (lookup_index); in apply_recurse_func()
Dhb-ot-shape.cc867 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure() local
868 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs); in hb_ot_shape_glyphs_closure()
Dhb-ot-layout-private.hh77 unsigned int lookup_index,