Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc322 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 …]
Dmain.cc109 const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); in main()
Dhb-ot-layout-gsub-table.hh1439 struct GSUB : GSUBGPOS
1444 { 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;
Dhb-ot-layout-gpos-table.hh1620 struct GPOS : GSUBGPOS
1625 { 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;
Dhb-ot-layout-gsubgpos.hh2650 struct GSUBGPOS struct
2706 struct GSUBGPOS *out = c->serializer->embed (*this); in subset()