Searched refs:table_tag (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 102 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 …]
|
D | hb-ot-layout.cc | 271 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 …]
|
D | hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 52 switch (table_tag) { in collect_lookups()
|
D | hb-ot-shape.h | 48 hb_tag_t table_tag,
|
D | hb-ot-map.cc | 60 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()
|
D | hb-ot-shape.cc | 855 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()
|
D | hb-ot-layout-private.hh | 44 hb_tag_t table_tag,
|