HomeSort by relevance Sort by last modified time
    Searched refs:lookup_index (Results 1 - 7 of 7) 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 724 unsigned int lookup_index,
742 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
748 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
773 unsigned int lookup_index,
779 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
784 unsigned int lookup_index,
789 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
792 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
794 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index]);
810 unsigned int lookup_index,
1102 unsigned int lookup_index = lookups[table_index][i].index; local
    [all...]
hb-ot-layout-gsubgpos-private.hh 53 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
58 return_t recurse (unsigned int lookup_index)
64 recurse_func (this, lookup_index);
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)
163 if (recursed_lookups.has (lookup_index))
172 recurse_func (this, lookup_index);
179 recursed_lookups.add (lookup_index);
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);
473 unsigned int lookup_index; member in struct:OT::hb_apply_context_t
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-private.hh 77 unsigned int lookup_index,
hb-ot-shape.cc 867 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
868 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs);

Completed in 165 milliseconds