Home
last modified time | relevance | path

Searched refs:hb_shaper_entry_t (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-shaper.cc32 static const hb_shaper_entry_t all_shapers[] = {
43 static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t<const hb_shaper_entry_t,
46 static hb_shaper_entry_t *create () in create()
52 hb_shaper_entry_t *shapers = (hb_shaper_entry_t *) hb_calloc (1, sizeof (all_shapers)); in create()
72 struct hb_shaper_entry_t t = shapers[j]; in create()
88 static void destroy (const hb_shaper_entry_t *p) { hb_free ((void *) p); } in destroy()
89 static const hb_shaper_entry_t *get_null () { return all_shapers; } in get_null()
98 const hb_shaper_entry_t *
Dhb-shaper.hh44 struct hb_shaper_entry_t { struct
49 HB_INTERNAL const hb_shaper_entry_t * argument
Dhb-shape.cc64 const hb_shaper_entry_t *shapers = _hb_shapers_get (); in create()
Dhb-shape-plan.cc120 const hb_shaper_entry_t *shapers = _hb_shapers_get (); in init()