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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 84 hb_tag_t script_tags[3] = {HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE}; local
87 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
92 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 809 ULONG script_tags[MAX_ITEMS]; local
825 script_tags,
889 script_tags[i],
931 script_tags[i],
956 HB_UNTAG (hb_uint32_swap (script_tags[i])));
  /external/harfbuzz_ng/src/
hb-ot-map.cc 84 hb_tag_t script_tags[3] = {HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE}; local
87 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
92 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 806 ULONG script_tags[MAX_ITEMS]; local
822 script_tags,
886 script_tags[i],
928 script_tags[i],
953 HB_UNTAG (hb_uint32_swap (script_tags[i])));
  /external/freetype/src/autofit/
hbshim.c 112 hb_tag_t script_tags[] = { HB_TAG_NONE, local
140 &script_tags[0],
141 &script_tags[1] );
149 if ( script_tags[0] == HB_TAG_NONE )
150 script_tags[0] = HB_OT_TAG_DEFAULT_SCRIPT;
153 if ( script_tags[1] == HB_TAG_NONE )
154 script_tags[1] = HB_OT_TAG_DEFAULT_SCRIPT;
155 else if ( script_tags[1] != HB_OT_TAG_DEFAULT_SCRIPT )
156 script_tags[2] = HB_OT_TAG_DEFAULT_SCRIPT;
161 if ( script_tags[1] == HB_OT_TAG_DEFAULT_SCRIPT
    [all...]

Completed in 745 milliseconds