Home
last modified time | relevance | path

Searched defs:hb_atexit (Results 1 – 1 of 1) 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