Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc701 void (*set_font_funcs) (hb_font_t *) = nullptr; in get_font() local
704 set_font_funcs = supported_font_funcs[0].func; in get_font()
711 set_font_funcs = supported_font_funcs[i].func; in get_font()
714 if (!set_font_funcs) in get_font()
731 set_font_funcs (font); in get_font()