Lines Matching refs:supported_font_funcs
39 } supported_font_funcs[] = variable
537 static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), in add_options()
541 supported_font_funcs[0].name, in add_options()
542 supported_font_funcs[0].name); in add_options()
543 for (unsigned int i = 1; i < ARRAY_LENGTH (supported_font_funcs); i++) in add_options()
546 g_string_append (s, supported_font_funcs[i].name); in add_options()
704 set_font_funcs = supported_font_funcs[0].func; in get_font()
708 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in get_font()
709 if (0 == g_ascii_strcasecmp (font_funcs, supported_font_funcs[i].name)) in get_font()
711 set_font_funcs = supported_font_funcs[i].func; in get_font()
717 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in get_font()
721 g_string_append (s, supported_font_funcs[i].name); in get_font()
727 supported_font_funcs[0].name); in get_font()