Home
last modified time | relevance | path

Searched refs:table_tag (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.h102 hb_tag_t table_tag,
109 hb_tag_t table_tag,
116 hb_tag_t table_tag,
123 hb_tag_t table_tag,
130 hb_tag_t table_tag,
138 hb_tag_t table_tag,
145 hb_tag_t table_tag,
152 hb_tag_t table_tag,
160 hb_tag_t table_tag,
169 hb_tag_t table_tag,
[all …]
Dhb-ot-layout.cc271 hb_tag_t table_tag) in get_gsubgpos_table() argument
273 switch (table_tag) { in get_gsubgpos_table()
283 hb_tag_t table_tag, in hb_ot_layout_table_get_script_tags() argument
288 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags()
297 hb_tag_t table_tag, in hb_ot_layout_table_find_script() argument
302 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script()
327 hb_tag_t table_tag, in hb_ot_layout_table_choose_script() argument
333 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_choose_script()
375 hb_tag_t table_tag, in hb_ot_layout_table_get_feature_tags() argument
380 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_feature_tags()
[all …]
Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups()
52 switch (table_tag) { in collect_lookups()
Dhb-ot-shape.h48 hb_tag_t table_tag,
Dhb-ot-map.cc60 hb_tag_t table_tag = table_tags[table_index]; in hb_ot_map_builder_t() local
61 …found_script[table_index] = (bool) hb_ot_layout_table_choose_script (face, table_tag, script_tags,… in hb_ot_map_builder_t()
62 …hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &lang… in hb_ot_map_builder_t()
Dhb-ot-shape.cc855 hb_tag_t table_tag, in hb_ot_shape_plan_collect_lookups() argument
859 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
Dhb-ot-layout-private.hh44 hb_tag_t table_tag,