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

  /external/harfbuzz_ng/src/
hb-ot-map.cc 53 hb_tag_t script_tags[3] = {HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE}; local
56 hb_ot_tags_from_script (props.script, &script_tags[0], &script_tags[1]);
61 found_script[table_index] = (bool) hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
hb-uniscribe.cc 828 ULONG script_tags[MAX_ITEMS]; local
844 script_tags,
908 script_tags[i],
949 script_tags[i],
974 HB_UNTAG (hb_uint32_swap (script_tags[i])));
  /external/freetype/src/autofit/
afshaper.c 114 hb_tag_t script_tags[] = { HB_TAG_NONE, local
137 &script_tags[0],
138 &script_tags[1] );
145 if ( script_tags[0] == HB_TAG_NONE )
146 script_tags[0] = HB_OT_TAG_DEFAULT_SCRIPT;
149 if ( script_tags[1] == HB_TAG_NONE )
150 script_tags[1] = HB_OT_TAG_DEFAULT_SCRIPT;
151 else if ( script_tags[1] != HB_OT_TAG_DEFAULT_SCRIPT )
152 script_tags[2] = HB_OT_TAG_DEFAULT_SCRIPT;
159 if ( script_tags[0] == HB_OT_TAG_DEFAULT_SCRIPT
    [all...]

Completed in 101 milliseconds