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

  /external/harfbuzz_ng/src/
hb-ot-layout.cc 105 return *hb_ot_layout_from_face (face)->gdef;
111 return *hb_ot_layout_from_face (face)->gsub;
117 return *hb_ot_layout_from_face (face)->gpos;
444 return hb_ot_layout_from_face (face)->gsub_lookup_count;
448 return hb_ot_layout_from_face (face)->gpos_lookup_count;
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);
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)
    [all...]
hb-ot-layout-private.hh 161 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot) macro
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 308 gdef (*hb_ot_layout_from_face (face)->gdef),
    [all...]

Completed in 78 milliseconds