Searched refs:supported_font_funcs (Results 1 – 2 of 2) sorted by relevance
74 } supported_font_funcs[] = variable106 set_font_funcs = supported_font_funcs[0].func; in post_parse()110 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in post_parse()111 if (0 == g_ascii_strcasecmp (font_funcs, supported_font_funcs[i].name)) in post_parse()113 set_font_funcs = supported_font_funcs[i].func; in post_parse()119 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in post_parse()123 g_string_append (s, supported_font_funcs[i].name); in post_parse()131 supported_font_funcs[0].name); in post_parse()235 static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), in add_options()239 supported_font_funcs[0].name, in add_options()[all …]
71911 } supported_font_funcs[] =