/third_party/python/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 …]
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | shape-format.hh | 68 hb_bool_t show_text = false; member 84 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose() 137 if (show_text) in serialize_buffer_of_text() 184 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-textoverlay.c | 52 show_text (GstElement * textoverlay, const gchar * txt, const gchar * valign, in show_text() function 103 show_text (toverlay, s, valigns[a], haligns[b], linealigns[c]); in test_textoverlay()
|
/third_party/alsa-utils/alsamixer/ |
D | textbox.h | 6 void show_text(const char *const *text_lines, unsigned int count,
|
D | textbox.c | 104 void show_text(const char *const *lines, unsigned int count, const char *title) in show_text() function
|
D | mixer_widget.c | 226 show_text(help, ARRAY_SIZE(help), _("Help")); in show_help()
|
/third_party/flutter/skia/samplecode/ |
D | SampleClip.cpp | 20 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function 111 show_text, show_thick, show_hair, show_fill in onDrawContent()
|
/third_party/gstreamer/gstreamer/scripts/ |
D | gst-plot-timeline.py | 194 ctx.show_text("%d s" % i) 210 ctx.show_text("%8.5f: %s" % (syscall.timestamp, syscall.log))
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | options.cc | 828 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose() 848 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options() 935 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
|
/third_party/harfbuzz/util/ |
D | options.cc | 862 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true; in parse_verbose() 882 …{"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Prefix each line of output with its cor… in add_options() 950 if (show_text) in serialize_buffer_of_text()
|
D | options.hh | 626 show_text = false; in format_options_t() 669 hb_bool_t show_text; member
|
/third_party/skia/samplecode/ |
D | SampleClip.cpp | 21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() function 108 show_text, show_thick, show_hair, show_fill in onDrawContent()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 132458 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
|