Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc436 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 …]
Dmain.cc118 const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); in main()
Dhb-ot-layout-gsub-table.hh1497 struct GSUB : GSUBGPOS
1502 { 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;
Dhb-ot-layout-gpos-table.hh1928 struct GPOS : GSUBGPOS
1933 { 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;
Dhb-ot-layout-gsubgpos.hh2841 struct GSUBGPOS struct