Searched refs:GSUBGPOS (Results 1 – 5 of 5) sorted by relevance
322 static const OT::GSUBGPOS&329 default: return Null(OT::GSUBGPOS); in get_gsubgpos_table()341 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags()355 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script()404 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_select_script()452 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_feature_tags()464 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_feature()567 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_required_feature()586 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_feature_indexes()601 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_feature_tags()[all …]
109 const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); in main()
1439 struct GSUB : GSUBGPOS1444 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1447 { return GSUBGPOS::subset<SubstLookup> (c); } in subset()1450 { return GSUBGPOS::sanitize<SubstLookup> (c); } in sanitize()1455 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t;
1620 struct GPOS : GSUBGPOS1625 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1632 { return GSUBGPOS::subset<PosLookup> (c); } in subset()1635 { return GSUBGPOS::sanitize<PosLookup> (c); } in sanitize()1640 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;
2650 struct GSUBGPOS struct2706 struct GSUBGPOS *out = c->serializer->embed (*this); in subset()