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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1160 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1230 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1329 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1332 const SubstLookup &l = gsub.get_lookup (lookup_index);
1336 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1339 const SubstLookup &l = gsub.get_lookup (lookup_index);
1341 unsigned int saved_lookup_index = c->lookup_index;
1342 c->set_lookup_index (lookup_index);
H A Dhb-ot-layout.cc724 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,
722 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
772 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
783 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
809 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
1102 unsigned int lookup_index = lookups[table_index][i].index; local
[all...]
H A 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) argument
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) argument
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);
449 recurse(unsigned int lookup_index) argument
473 unsigned int lookup_index; member in struct:OT::hb_apply_context_t
[all...]

Completed in 217 milliseconds