HomeSort by relevance Sort by last modified time
    Searched refs:show_text (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
screen_ui.cpp 66 show_text(false),
210 if (show_text) {
270 if (show_text || !pagesIdentical) {
296 installing_frames > 0 && !show_text) {
303 if (progressBarType == INDETERMINATE && !show_text) {
567 int visible = show_text;
583 show_text = visible;
584 if (show_text) show_text_ever = 1;
screen_ui.h 85 bool show_text; member in class:ScreenRecoveryUI
86 bool show_text_ever; // has show_text ever been true?
recovery.cpp 56 { "show_text", no_argument, NULL, 't' },
869 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
880 case 't': show_text = 1; break;
901 if (show_text) ui->ShowText(true);
    [all...]
  /external/harfbuzz_ng/util/
options.hh 363 show_text = false;
403 hb_bool_t show_text; member in struct:format_options_t
options.cc 579 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true;
591 {"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Show input text", NULL},
660 if (show_text) {

Completed in 306 milliseconds