Searched refs:font_funcs (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/util/ |
D | options.hh | 297 font_funcs = NULL; in font_options_t() 306 g_free (font_funcs); in ~font_options_t() 322 char *font_funcs; member
|
D | options.cc | 451 {"font-funcs", 0, 0, G_OPTION_ARG_STRING, &this->font_funcs, text, "impl"}, in add_options() 631 if (!font_funcs) in get_font() 638 if (0 == g_ascii_strcasecmp (font_funcs, supported_font_funcs[i].name)) in get_font() 654 font_funcs, in get_font()
|
/external/harfbuzz_ng/src/ |
D | hb-gobject-structs.cc | 72 HB_DEFINE_OBJECT_TYPE (font_funcs)
|
/external/harfbuzz_ng/ |
D | TODO | 18 - Add init_func to font_funcs. Adjust ft.
|
/external/harfbuzz_ng/test/api/ |
D | test-object.c | 172 OBJECT_WITH_IMMUTABILITY (font_funcs),
|