Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-font.cc564 static hb_font_funcs_t *static_ot_funcs = NULL; variable
570 hb_font_funcs_destroy (static_ot_funcs); in free_static_ot_funcs()
578 hb_font_funcs_t *funcs = (hb_font_funcs_t *) hb_atomic_ptr_get (&static_ot_funcs); in _hb_ot_get_font_funcs()
601 if (!hb_atomic_ptr_cmpexch (&static_ot_funcs, NULL, funcs)) { in _hb_ot_get_font_funcs()