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

  /external/harfbuzz_ng/src/
hb-ot-layout.cc 135 return *hb_ot_layout_from_face (face)->gdef;
141 return *hb_ot_layout_from_face (face)->gsub;
147 return *hb_ot_layout_from_face (face)->gpos;
521 return hb_ot_layout_from_face (face)->gsub_lookup_count;
525 return hb_ot_layout_from_face (face)->gpos_lookup_count;
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);
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])
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-private.hh 175 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot) macro
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 488 gdef (*hb_ot_layout_from_face (face)->gdef),
    [all...]

Completed in 3143 milliseconds