Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/util/
Dfont-options.hh103 void (*set_font_funcs) (hb_font_t *) = nullptr; in post_parse() local
106 set_font_funcs = supported_font_funcs[0].func; in post_parse()
113 set_font_funcs = supported_font_funcs[i].func; in post_parse()
116 if (!set_font_funcs) in post_parse()
136 set_font_funcs (font); in post_parse()