Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/tools/static/
Dcopybutton.js12 var show_text = 'Show the prompts and output';
49 button.attr('title', show_text);
/external/skia/samplecode/
DSampleClip.cpp21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function
132 show_text, show_thick, show_hair, show_fill in onDrawContent()
/external/harfbuzz_ng/util/
Doptions.hh436 show_text = false; in format_options_t()
477 hb_bool_t show_text; member
Doptions.cc759 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose()
768 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options()
848 if (show_text) { in serialize_buffer_of_text()