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

/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh236 unsigned int script_index[2], language_index[2]; variable
H A Dhb-ot-layout.cc202 unsigned int *script_index)
207 if (g.find_script_index (script_tag, script_index))
211 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
216 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
221 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index))
224 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX;
232 unsigned int *script_index,
240 if (g.find_script_index (*script_tags, script_index)) {
249 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) {
199 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
229 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
290 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
303 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
324 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
339 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
357 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
372 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
397 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
619 unsigned int script_index; local
[all...]

Completed in 73 milliseconds