Searched refs:hb_ot_layout_from_face (Results 1 - 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc135 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 (fac
[all...]
H A Dhb-ot-layout-private.hh175 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot) macro
H A Dhb-ot-layout-gsub-table.hh1289 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef;
1331 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1338 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
H A Dhb-ot-layout-gpos-table.hh1630 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
1637 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
H A Dhb-ot-layout-gsubgpos-private.hh488 gdef (*hb_ot_layout_from_face (face)->gdef),

Completed in 306 milliseconds