Lines Matching refs:script
367 * Converts an ISO 15924 script tag to a corresponding #hb_script_t.
391 /* Script variants from http://unicode.org/iso15924/ */
400 /* If it looks right, just use the tag as a script */
414 * Converts a string @str representing an ISO 15924 script tag to a
431 * @script: an #hb_script_ to convert.
436 * An #hb_tag_t representing an ISO 15924 script tag.
441 hb_script_to_iso15924_tag (hb_script_t script)
443 return (hb_tag_t) script;
448 * @script:
457 hb_script_get_horizontal_direction (hb_script_t script)
460 switch ((hb_tag_t) script)