Home
last modified time | relevance | path

Searched defs:shapers (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shaper.cc54 hb_shaper_entry_t *shapers = (hb_shaper_entry_t *) calloc (1, sizeof (all_shapers)); in create() local
Dhb-shape.cc66 const hb_shaper_entry_t *shapers = _hb_shapers_get (); in create() local
Dhb-shape-plan.cc113 const hb_shaper_entry_t *shapers = _hb_shapers_get (); in init() local
Dhb-ot-shape.cc1143 const char *shapers[] = {"ot", nullptr}; in hb_ot_shape_glyphs_closure() local
Dhb-directwrite.cc889 static const char *shapers = "directwrite"; in _hb_directwrite_shape_experimental_width() local
/external/harfbuzz_ng/util/
Doptions.cc69 GString *shapers = g_string_new (nullptr); in shapers_to_string() local
89 char *shapers = shapers_to_string (); in show_version() local
193 char **shapers = g_strsplit (arg, ",", 0); in parse_shapers() local
Doptions.hh440 char **shapers; member
/external/harfbuzz_ng/test/api/
Dtest-shape.c186 const char **shapers = hb_shape_list_shapers (); in test_shape_list() local