Searched refs:GSUBGPOS (Results 1 – 5 of 5) sorted by relevance
108 case GSUBGPOS::GSUBTag: in main()109 case GSUBGPOS::GPOSTag: in main()112 const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); in main()
212 static const OT::GSUBGPOS&219 default: return OT::Null(OT::GSUBGPOS); in get_gsubgpos_table()231 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags()245 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script()276 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_choose_script()323 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_feature_tags()335 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_feature()413 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_required_feature()432 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_feature_indexes()447 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_feature_tags()[all …]
1263 struct GSUB : GSUBGPOS1268 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1275 if (unlikely (!GSUBGPOS::sanitize (c))) return_trace (false); in sanitize()
1504 struct GPOS : GSUBGPOS1509 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1518 if (unlikely (!GSUBGPOS::sanitize (c))) return_trace (false); in sanitize()
2233 struct GSUBGPOS struct