Searched refs:GSUBGPOS (Results 1 – 5 of 5) sorted by relevance
436 static const OT::GSUBGPOS&443 default: return Null(OT::GSUBGPOS); in get_gsubgpos_table()468 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags()495 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script()562 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_select_script()623 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_feature_tags()648 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_feature()823 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_required_feature()858 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_feature_indexes()890 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_language_get_feature_tags()[all …]
118 const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); in main()
1497 struct GSUB : GSUBGPOS1502 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1505 { return GSUBGPOS::subset<SubstLookup> (c); } in subset()1508 { return GSUBGPOS::sanitize<SubstLookup> (c); } in sanitize()1513 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t;
1928 struct GPOS : GSUBGPOS1933 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()1940 { return GSUBGPOS::subset<PosLookup> (c); } in subset()1943 { return GSUBGPOS::sanitize<PosLookup> (c); } in sanitize()1948 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;
2841 struct GSUBGPOS struct