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

/external/harfbuzz_ng/src/
H A Dhb-common.h157 /* hb_script_t */
317 /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
319 * since technically enums are int, and indeed, hb_script_t ends up being signed.
327 } hb_script_t; typedef in typeref:enum:__anon6558
332 HB_EXTERN hb_script_t
335 HB_EXTERN hb_script_t
339 hb_script_to_iso15924_tag (hb_script_t script);
342 hb_script_get_horizontal_direction (hb_script_t script);

Completed in 79 milliseconds