HomeSort by relevance Sort by last modified time
    Searched defs:hb_script_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 150 /* hb_script_t */
276 /* Dummy value to ensure any hb_tag_t value can be passed/stored as hb_script_t
280 } hb_script_t; typedef in typeref:enum:__anon15565
282 /* These are moved out of hb_script_t because glib-mkenums chokes otherwise. */
312 hb_script_t
317 hb_script_t
321 hb_script_to_iso15924_tag (hb_script_t script);
324 hb_script_get_horizontal_direction (hb_script_t script);
  /external/harfbuzz_ng/src/
hb-common.h 151 /* hb_script_t */
301 /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
303 * since technically enums are int, and indeed, hb_script_t ends up being signed.
311 } hb_script_t; typedef in typeref:enum:__anon25437
316 hb_script_t
321 hb_script_t
325 hb_script_to_iso15924_tag (hb_script_t script);
328 hb_script_get_horizontal_direction (hb_script_t script);

Completed in 34 milliseconds