Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc39 } supported_font_funcs[] = variable
381 ASSERT_STATIC (ARRAY_LENGTH_CONST (supported_font_funcs) > 0); in add_options()
384 supported_font_funcs[0].name, in add_options()
385 supported_font_funcs[0].name); in add_options()
386 for (unsigned int i = 1; i < ARRAY_LENGTH (supported_font_funcs); i++) in add_options()
389 g_string_append (s, supported_font_funcs[i].name); in add_options()
567 set_font_funcs = supported_font_funcs[0].func; in get_font()
571 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in get_font()
572 if (0 == g_ascii_strcasecmp (font_funcs, supported_font_funcs[i].name)) in get_font()
574 set_font_funcs = supported_font_funcs[i].func; in get_font()
[all …]