Searched defs:lookup_index (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc637 unsigned int lookup_index,
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
681 unsigned int lookup_index,
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
692 unsigned int lookup_index,
697 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
702 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest);
719 unsigned int lookup_index,
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
916 unsigned int lookup_index = lookups[table_index][i].index; local
[all...]
H A Dhb-ot-layout-gsub-table.hh1214 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1273 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1370 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1377 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1494 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1497 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1622 /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1625 const PosLookup &l = gpos.get_lookup (lookup_index);
1629 /*static*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1632 const PosLookup &l = gpos.get_lookup (lookup_index);
H A 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) argument
71 recurse_func (this, lookup_index);
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) argument
172 if (recursed_lookups.has (lookup_index))
181 recurse_func (this, lookup_index);
188 recursed_lookups.add (lookup_index);
266 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
271 return_t recurse (unsigned int lookup_index) argument
[all...]
/external/v8/src/
H A Dfull-codegen.cc887 int lookup_index = local
889 DCHECK(lookup_index >= 0);
890 DCHECK(static_cast<size_t>(lookup_index) <
892 return kInlineFunctionGenerators[lookup_index];
H A Dhydrogen.cc9795 int lookup_index = static_cast<int>(function->function_id) - local
9797 DCHECK(lookup_index >= 0);
9798 DCHECK(static_cast<size_t>(lookup_index) <
9800 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index];

Completed in 209 milliseconds