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

  /bootable/recovery/
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

Completed in 60 milliseconds