Home
last modified time | relevance | path

Searched defs:output_options_t (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
Doutput-options.hh33 struct output_options_t struct
35 ~output_options_t () in ~output_options_t() argument
43 void add_options (option_parser_t *parser, in add_options()
70 void post_parse (GError **error) in post_parse()
110 char *output_file = nullptr;
111 char *output_format = nullptr;
113 bool explicit_output_format = false;
114 FILE *out_fp = nullptr;
/third_party/harfbuzz/util/
Doptions.hh567 struct output_options_t : option_group_t struct
569 output_options_t (option_parser_t *parser, in output_options_t() argument
581 ~output_options_t () override in ~output_options_t() argument
591 void post_parse (GError **error G_GNUC_UNUSED) override in post_parse()
611 char *output_file;
612 char *output_format;
613 const char **supported_formats;
614 bool explicit_output_format;
616 mutable FILE *fp;
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.hh561 struct output_options_t : option_group_t struct
563 output_options_t (option_parser_t *parser, in output_options_t() argument
575 ~output_options_t () override in ~output_options_t() argument
585 void post_parse (GError **error G_GNUC_UNUSED) override in post_parse()
605 char *output_file;
606 char *output_format;
607 const char **supported_formats;
608 bool explicit_output_format;
610 mutable FILE *fp;