Searched refs:script_index (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 242 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 …]
|
D | hb-ot-layout.h | 110 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,
|
D | hb-ot-map.cc | 92 …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()
|
D | hb-ot-shape-complex-private.hh | 264 planner->map.script_index[0], in hb_ot_shape_complex_categorize()
|
D | hb-ot-map-private.hh | 224 unsigned int script_index[2], language_index[2]; member
|