Searched defs:script_count (Results 1 – 10 of 10) sorted by relevance
543 unsigned script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in _get_baseline() local720 unsigned script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in _list_baselines() local905 unsigned script_count = sizeof script_array / sizeof script_array[0]; in _list_scripts() local1056 unsigned script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in _list_features() local
433 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language()580 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
447 unsigned int *script_count /* IN/OUT */, in hb_ot_layout_table_get_script_tags()549 unsigned int script_count, in hb_ot_layout_table_select_script()1164 unsigned int script_count; member2093 unsigned script_count = ARRAY_LENGTH (script_tags); in choose_base_tags() local
60 unsigned int script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in hb_ot_map_builder_t() local
106 unsigned script_count; member185 unsigned script_count; member
12 unsigned script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in BM_hb_ot_tags_from_script_and_language() local
503 unsigned int script_count, in test_tags()
249 int32_t script_count = -1; in setScriptExtensions() local
29 let script_count: u16 = cursor.read()?; in read() localVariable43 pub fn script_count(&self) -> u16 { in script_count() method