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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 190 if ((planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT ||
251 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
273 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2'))
275 else if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','r'))
352 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
hb-ot-layout.cc 273 hb_tag_t *chosen_script)
281 if (chosen_script)
282 *chosen_script = *script_tags;
290 if (chosen_script)
291 *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT;
297 if (chosen_script)
298 *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE;
305 if (chosen_script)
306 *chosen_script = HB_OT_TAG_LATIN_SCRIPT;
311 if (chosen_script)
    [all...]
hb-ot-map.cc 92 found_script[table_index] = (bool) hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
145 m.chosen_script[table_index] = chosen_script[table_index];
hb-ot-map-private.hh 137 hb_tag_t chosen_script[2];
222 hb_tag_t chosen_script[2]; variable
hb-ot-layout.h 118 hb_tag_t *chosen_script);
hb-ot-shape-complex-indic.cc 537 indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan->map.chosen_script[0] & 0x000000FFu) != '2');
    [all...]

Completed in 8339 milliseconds