Home
last modified time | relevance | path

Searched refs:GSUBGPOS (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc108 case GSUBGPOS::GSUBTag: in main()
109 case GSUBGPOS::GPOSTag: in main()
112 const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); in main()
Dhb-ot-layout.cc212 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 …]
Dhb-ot-layout-gsub-table.hh1263 struct GSUB : GSUBGPOS
1268 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1275 if (unlikely (!GSUBGPOS::sanitize (c))) return_trace (false); in sanitize()
Dhb-ot-layout-gpos-table.hh1504 struct GPOS : GSUBGPOS
1509 { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } in get_lookup()
1518 if (unlikely (!GSUBGPOS::sanitize (c))) return_trace (false); in sanitize()
Dhb-ot-layout-gsubgpos-private.hh2233 struct GSUBGPOS struct