Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shaper.cc42 static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t<const hb_shaper_entry_t, struct
45 static hb_shaper_entry_t *create () in create()
89 static void destroy (const hb_shaper_entry_t *p) { free ((void *) p); } in destroy()
90 static const hb_shaper_entry_t *get_null () { return all_shapers; } in get_null()