Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/util/
Dfont-options.hh74 } supported_font_funcs[] = variable
106 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 …]
/third_party/chromium/patch/
D0001-cve.patch71911 } supported_font_funcs[] =