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

/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc252 hb_tag_t script_tag[2]; local
253 hb_ot_tags_from_script (hb_buffer_get_script (buffer), &script_tag[0], &script_tag[1]); local
256 script_tag[1] == HB_TAG_NONE ? script_tag[0] : script_tag[1],
H A Dhb-ot-layout.cc201 hb_tag_t script_tag,
207 if (g.find_script_index (script_tag, 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

Completed in 681 milliseconds