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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 78 hb_tag_t script_tags[3] = {HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE}; local
81 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
86 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
hb-uniscribe.cc 305 ULONG script_tags[MAX_ITEMS]; local
321 script_tags,
350 script_tags[i],
392 script_tags[i],
  /external/harfbuzz_ng/src/
hb-ot-map.cc 76 hb_tag_t script_tags[3] = {HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE}; local
79 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
84 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
hb-uniscribe.cc 305 ULONG script_tags[MAX_ITEMS]; local
321 script_tags,
350 script_tags[i],
392 script_tags[i],

Completed in 176 milliseconds