Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc242 unsigned int *script_index) in hb_ot_layout_table_find_script() argument
247 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script()
251 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) in hb_ot_layout_table_find_script()
256 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) in hb_ot_layout_table_find_script()
261 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) in hb_ot_layout_table_find_script()
264 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX; in hb_ot_layout_table_find_script()
272 unsigned int *script_index, in hb_ot_layout_table_choose_script() argument
280 if (g.find_script_index (*script_tags, script_index)) { in hb_ot_layout_table_choose_script()
289 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) { in hb_ot_layout_table_choose_script()
296 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) { in hb_ot_layout_table_choose_script()
[all …]
Dhb-ot-layout.h110 unsigned int *script_index);
117 unsigned int *script_index,
130 unsigned int script_index,
138 unsigned int script_index,
145 unsigned int script_index,
152 unsigned int script_index,
160 unsigned int script_index,
169 unsigned int script_index,
178 unsigned int script_index,
Dhb-ot-map.cc92 …ool) hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &… in hb_ot_map_builder_t()
93 …hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &lang… in hb_ot_map_builder_t()
150 script_index[table_index], in compile()
211 script_index[table_index], in compile()
Dhb-ot-shape-complex-private.hh264 planner->map.script_index[0], in hb_ot_shape_complex_categorize()
Dhb-ot-map-private.hh224 unsigned int script_index[2], language_index[2]; member