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

  /external/harfbuzz_ng/src/
hb-aat-layout-common.hh 831 unsigned int lookup_index; member in struct:AAT::hb_aat_apply_context_t
843 void set_lookup_index (unsigned int i) { lookup_index = i; }
hb-ot-layout.cc 877 unsigned int lookup_index,
893 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index);
899 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index);
956 unsigned int lookup_index,
962 lookup_index,
969 unsigned int lookup_index,
974 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false;
977 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index);
979 return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]);
1046 unsigned int lookup_index,
1430 unsigned int lookup_index = lookups[table_index][i].index; local
    [all...]
hb-ot-layout-gsubgpos.hh 65 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
69 void recurse (unsigned int lookup_index)
75 recurse_func (this, lookup_index);
79 bool should_visit_lookup (unsigned int lookup_index)
81 if (is_lookup_done (lookup_index))
83 done_lookups->set (lookup_index, glyphs->get_population ());
87 bool is_lookup_done (unsigned int lookup_index)
90 return done_lookups->get (lookup_index) == glyphs->get_population ();
157 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
161 void recurse (unsigned int lookup_index)
467 unsigned int lookup_index; member in struct:OT::hb_ot_apply_context_t
    [all...]

Completed in 546 milliseconds