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

  /external/harfbuzz_ng/src/
hb-ot-layout.h 208 unsigned int lookup_index,
228 unsigned int lookup_index,
235 unsigned int lookup_index,
268 unsigned int lookup_index,
275 unsigned int lookup_index,
283 unsigned int lookup_index,
303 unsigned int lookup_index,
hb-ot-layout.cc 812 unsigned int lookup_index,
830 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
836 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
893 unsigned int lookup_index,
899 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
904 unsigned int lookup_index,
909 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
912 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
914 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index]);
930 unsigned int lookup_index,
1222 unsigned int lookup_index = lookups[table_index][i].index; local
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 46 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
51 return_t recurse (unsigned int lookup_index)
57 recurse_func (this, lookup_index);
112 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
117 return_t recurse (unsigned int lookup_index)
136 if (recursed_lookups->has (lookup_index))
145 recurse_func (this, lookup_index);
152 recursed_lookups->add (lookup_index);
409 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
414 return_t recurse (unsigned int lookup_index)
437 unsigned int lookup_index; member in struct:OT::hb_apply_context_t
    [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-debug.hh 346 c->buffer->idx, c->buffer->cur().codepoint, (int) c->lookup_index)
hb-ot-layout-private.hh 78 unsigned int lookup_index,
hb-ot-shape.cc 955 for (hb_codepoint_t lookup_index = -1; hb_set_next (lookups, &lookup_index);)
956 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs);

Completed in 135 milliseconds