Searched refs:show_text (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/turtledemo/ |
D | sorting_animate.py | 130 show_text(instructions1) 131 show_text(instructions2, line=1) 134 def show_text(text, line=0): function 142 show_text("Selection Sort") 145 show_text(instructions1) 146 show_text(instructions2, line=1) 152 show_text("Insertion Sort") 155 show_text(instructions1) 156 show_text(instructions2, line=1) 162 show_text("Quicksort") [all …]
|
/external/python/cpython2/Doc/tools/static/ |
D | copybutton.js | 12 var show_text = 'Show the prompts and output'; 49 button.attr('title', show_text);
|
/external/skqp/samplecode/ |
D | SampleClip.cpp | 21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function 129 show_text, show_thick, show_hair, show_fill in onDrawContent()
|
/external/harfbuzz_ng/util/ |
D | options.cc | 837 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose() 857 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options() 944 if (show_text) in serialize_buffer_of_text()
|
D | options.hh | 620 show_text = false; in format_options_t() 665 hb_bool_t show_text; member
|
/external/skia/samplecode/ |
D | SampleClip.cpp | 22 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function 109 show_text, show_thick, show_hair, show_fill in onDrawContent()
|