HomeSort by relevance Sort by last modified time
    Searched refs:lookup_index (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout.h 207 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,
hb-ot-layout.cc 637 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,
916 unsigned int lookup_index = lookups[table_index][i].index; local
    [all...]
hb-ot-shape.cc 798 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
799 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs);
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
65 return_t recurse (unsigned int lookup_index)
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)
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)
    [all...]
hb-ot-layout-private.hh 67 unsigned int lookup_index,
hb-ot-layout-gpos-table.hh     [all...]
  /external/v8/src/
full-codegen.cc 887 int lookup_index = local
889 DCHECK(lookup_index >= 0);
890 DCHECK(static_cast<size_t>(lookup_index) <
892 return kInlineFunctionGenerators[lookup_index];
    [all...]
hydrogen.cc 9795 int lookup_index = static_cast<int>(function->function_id) - local
    [all...]

Completed in 433 milliseconds