Searched refs:supported_font_funcs (Results 1 – 1 of 1) sorted by relevance
87 } supported_font_funcs[] = variable130 set_font_funcs = supported_font_funcs[0].func; in post_parse()134 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in post_parse()135 if (0 == g_ascii_strcasecmp (font_funcs, supported_font_funcs[i].name)) in post_parse()137 set_font_funcs = supported_font_funcs[i].func; in post_parse()143 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++) in post_parse()147 g_string_append (s, supported_font_funcs[i].name); in post_parse()155 supported_font_funcs[0].name); in post_parse()307 static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), in add_options()311 supported_font_funcs[0].name, in add_options()[all …]