Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-shaper.cc43 static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t<hb_shaper_entry_t, struct
46 static hb_shaper_entry_t *create () in create()
88 static void destroy (hb_shaper_entry_t *p) { hb_free (p); } in destroy()
89 static const hb_shaper_entry_t *get_null () { return _hb_all_shapers; } in get_null()