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 85 hb_tag_t table_tag = table_tags[table_index]; local
86 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
87 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
265 hb_tag_t table_tag = table_tags[table_index]; local
271 table_tag,
  /external/harfbuzz_ng/src/
hb-ot-map.cc 83 hb_tag_t table_tag = table_tags[table_index]; local
84 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
85 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
268 hb_tag_t table_tag = table_tags[table_index]; local
274 table_tag,

Completed in 281 milliseconds