Home
last modified time | relevance | path

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

/third_party/python/Lib/turtledemo/
Dsorting_animate.py130 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/
Dshape-format.hh68 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/
Dtest-textoverlay.c52 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/
Dtextbox.h6 void show_text(const char *const *text_lines, unsigned int count,
Dtextbox.c104 void show_text(const char *const *lines, unsigned int count, const char *title) in show_text() function
Dmixer_widget.c226 show_text(help, ARRAY_SIZE(help), _("Help")); in show_help()
/third_party/flutter/skia/samplecode/
DSampleClip.cpp20 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/
Dgst-plot-timeline.py194 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/
Doptions.cc828 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()
Doptions.hh620 show_text = false; in format_options_t()
665 hb_bool_t show_text; member
/third_party/harfbuzz/util/
Doptions.cc862 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()
Doptions.hh626 show_text = false; in format_options_t()
669 hb_bool_t show_text; member
/third_party/skia/samplecode/
DSampleClip.cpp21 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/
DChangeLog132458 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),