Home
last modified time | relevance | path

Searched refs:hb_atexit (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh451 # define hb_atexit(_) HB_STMT_START { if (0) (_) (); } HB_STMT_END macro
454 # define hb_atexit atexit macro
457 # define hb_atexit(f) static hb_atexit_t<f> _hb_atexit_##__LINE__; macro
Dhb-shape.cc70 hb_atexit (free_static_shaper_list); in create()
Dhb-shaper.cc84 hb_atexit (free_static_shapers); in create()
Dhb-icu.cc258 hb_atexit (free_static_icu_funcs); in create()
Dhb-glib.cc238 hb_atexit (free_static_glib_funcs); in create()
Dhb-ucd.cc223 hb_atexit (free_static_ucd_funcs); in create()
Dhb-ot-font.cc282 hb_atexit (free_static_ot_funcs); in create()
Dhb-ft.cc592 hb_atexit (free_static_ft_funcs); in create()
913 hb_atexit (free_static_ft_library); in create()
Dhb-common.cc329 hb_atexit (free_langs); /* First person registers atexit() callback. */ in lang_find_or_insert()
Dhb-uniscribe.cc255 hb_atexit (free_static_uniscribe_shaper_funcs); in create()