Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc630 void (*set_font_funcs) (hb_font_t *) = NULL; in get_font() local
633 set_font_funcs = supported_font_funcs[0].func; in get_font()
640 set_font_funcs = supported_font_funcs[i].func; in get_font()
643 if (!set_font_funcs) in get_font()
660 set_font_funcs (font); in get_font()