Home | History | Annotate | Download | only in src

Lines Matching refs:lookup_index

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,
724 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
916 unsigned int lookup_index = lookups[table_index][i].index;
920 proxy.table.get_lookup (lookup_index),
921 proxy.accels[lookup_index]);