Home
last modified time | relevance | path

Searched refs:lookup_index (Results 1 – 9 of 9) 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.cc637 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
681 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument
687 …return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_… in hb_ot_layout_lookup_would_substitute()
692 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute_fast() argument
697 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast()
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
702 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest); in hb_ot_layout_lookup_would_substitute_fast()
719 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure() argument
[all …]
Dhb-ot-layout-gsubgpos-private.hh60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
65 return_t recurse (unsigned int lookup_index) in recurse()
71 recurse_func (this, lookup_index); in recurse()
148 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
153 return_t recurse (unsigned int lookup_index) in recurse()
172 if (recursed_lookups.has (lookup_index)) in recurse()
181 recurse_func (this, lookup_index); in recurse()
188 recursed_lookups.add (lookup_index); in recurse()
266 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
271 return_t recurse (unsigned int lookup_index) in recurse()
[all …]
Dhb-ot-layout-gsub-table.hh1214 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1273 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1370 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1373 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()
1377 …ic*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1380 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-shape.cc798 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure() local
799 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs); in hb_ot_shape_glyphs_closure()
Dhb-ot-layout-gpos-table.hh1494 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1497 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1622 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1625 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1629 …atic*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1632 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-private.hh67 unsigned int lookup_index,
/external/v8/src/
Dfull-codegen.cc887 int lookup_index = in FindInlineFunctionGenerator() local
889 DCHECK(lookup_index >= 0); in FindInlineFunctionGenerator()
890 DCHECK(static_cast<size_t>(lookup_index) < in FindInlineFunctionGenerator()
892 return kInlineFunctionGenerators[lookup_index]; in FindInlineFunctionGenerator()
Dhydrogen.cc9795 int lookup_index = static_cast<int>(function->function_id) - in VisitCallRuntime() local
9797 DCHECK(lookup_index >= 0); in VisitCallRuntime()
9798 DCHECK(static_cast<size_t>(lookup_index) < in VisitCallRuntime()
9800 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index]; in VisitCallRuntime()