Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.hh363 show_text = false; in format_options_t()
403 hb_bool_t show_text; member
Doptions.cc579 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose()
591 {"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Show input text", NULL}, in add_options()
660 if (show_text) { in serialize_buffer_of_text()