Searched refs:G_OPTION_FLAG_REVERSE (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | shape-format.hh | 189 {"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, in add_options() 191 {"no-positions", 0, G_OPTION_FLAG_REVERSE, in add_options() 193 {"no-advances", 0, G_OPTION_FLAG_REVERSE, in add_options() 195 {"no-clusters", 0, G_OPTION_FLAG_REVERSE, in add_options()
|
D | hb-ot-shape-closure.cc | 45 …{"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &this->show_glyph_names, "Use glyp… in add_options()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | hb-ot-shape-closure.cc | 46 …{"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &this->show_glyph_names, "Use glyp… in add_options()
|
D | options.cc | 853 {"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, in add_options() 855 {"no-positions", 0, G_OPTION_FLAG_REVERSE, in add_options() 857 {"no-advances", 0, G_OPTION_FLAG_REVERSE, in add_options() 859 {"no-clusters", 0, G_OPTION_FLAG_REVERSE, in add_options()
|
/third_party/harfbuzz/util/ |
D | hb-ot-shape-closure.cc | 46 …{"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &this->show_glyph_names, "Use glyp… in add_options()
|
D | options.cc | 887 {"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, in add_options() 889 {"no-positions", 0, G_OPTION_FLAG_REVERSE, in add_options() 891 {"no-advances", 0, G_OPTION_FLAG_REVERSE, in add_options() 893 {"no-clusters", 0, G_OPTION_FLAG_REVERSE, in add_options()
|
/third_party/glib/glib/ |
D | goption.h | 86 G_OPTION_FLAG_REVERSE = 1 << 2, enumerator
|
D | goption.c | 1275 *(gboolean *)entry->arg_data = !(entry->flags & G_OPTION_FLAG_REVERSE); in parse_arg() 2446 (group->entries[i].flags & G_OPTION_FLAG_REVERSE) != 0) in g_option_group_add_entries() 2451 group->entries[i].flags &= ~G_OPTION_FLAG_REVERSE; in g_option_group_add_entries()
|
/third_party/libsoup/tests/ |
D | xmlrpc-server-test.c | 304 { "no-tests", 'n', G_OPTION_FLAG_REVERSE,
|
D | server-auth-test.c | 312 { "no-tests", 'n', G_OPTION_FLAG_REVERSE,
|
D | xmlrpc-old-server-test.c | 304 { "no-tests", 'n', G_OPTION_FLAG_REVERSE,
|
D | forms-test.c | 412 { "no-tests", 'n', G_OPTION_FLAG_REVERSE,
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 1455 {"no-interactive", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, in main()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1976 {"no-colors", '\0', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, in main()
|
/third_party/glib/glib/tests/ |
D | option-context.c | 2440 { { "test", 't', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_STRING, &arg, NULL, NULL }, in flag_reverse_string()
|
/third_party/glib/ |
D | NEWS | 12723 - Add G_OPTION_FLAG_REVERSE to allow options
|