HomeSort by relevance Sort by last modified time
    Searched defs:table_tag (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 91 hb_tag_t table_tag = table_tags[table_index]; local
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
93 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
  /external/harfbuzz_ng/src/
hb-ot-map.cc 91 hb_tag_t table_tag = table_tags[table_index]; local
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
93 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);

Completed in 50 milliseconds