Searched defs:chosen_script (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh137 hb_tag_t chosen_script[2];
222 hb_tag_t chosen_script[2]; variable
H A Dhb-ot-layout.cc273 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)
269 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
[all...]

Completed in 116 milliseconds