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

  /external/freetype/src/autofit/
afshaper.c 113 hb_tag_t script_tags[] = { HB_TAG_NONE, local
141 &script_tags[0],
142 &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;
163 if ( script_tags[0] == HB_OT_TAG_DEFAULT_SCRIPT
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-jstf-table.hh 205 hb_tag_t *script_tags /* OUT */) const
206 { return scriptList.get_tags (start_offset, script_count, script_tags); }
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-ot-layout.h 105 hb_tag_t *script_tags /* OUT */);
117 const hb_tag_t *script_tags,
hb-ot-layout.cc 286 hb_tag_t *script_tags /* OUT */)
290 return g.get_script_tags (start_offset, script_count, script_tags);
328 const hb_tag_t *script_tags,
335 while (*script_tags)
337 if (g.find_script_index (*script_tags, script_index)) {
339 *chosen_script = *script_tags;
342 script_tags++;
    [all...]
hb-uniscribe.cc 827 ULONG script_tags[MAX_ITEMS]; local
843 script_tags,
907 script_tags[i],
948 script_tags[i],
973 HB_UNTAG (hb_uint32_swap (script_tags[i])));
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 160 milliseconds