Home
last modified time | relevance | path

Searched refs:fillcolor (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py29 self.fillcolor("black")
33 self.fillcolor("red")
36 self.fillcolor("black")
H A Dcolormixer.py31 self.fillcolor(self._color)
H A Dminimal_hanoi.py27 self.fillcolor(n/6., 0, 1-n/6.)
H A Dfractalcurves.py92 ft.fillcolor("red")
/third_party/ffmpeg/libavfilter/
H A Dvf_shear.c40 uint8_t fillcolor[4]; ///< color expressed either in YUVA or RGBA colorspace for the padding area member
65 { "fillcolor", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="black"}, 0, 0, .flags=FLAGS },
81 else if (av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) in init()
264 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output()
289 ff_draw_color(&s->draw, &s->color, s->fillcolor); in process_command()
H A Dvf_stack.c53 uint8_t fillcolor[4]; member
93 av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) { in init()
308 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output()
H A Dvf_rotate.c70 uint8_t fillcolor[4]; ///< color expressed either in YUVA or RGBA colorspace for the padding area member
106 { "fillcolor", "set background fill color", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str="black"}, 0, 0, .flags=FLAGS },
120 else if (av_parse_color(rot->fillcolor, rot->fillcolor_str, -1, ctx) >= 0) in init()
294 ff_draw_color(&rot->draw, &rot->color, rot->fillcolor); in config_props()
/third_party/python/Lib/
H A Dturtle.py131 'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
162 "fillcolor" : "black",
898 fill is the fillcolor of the component,
2032 fillcolor=_CFG["fillcolor"]):
2036 self._fillcolor = fillcolor
2178 """Return or set the pencolor and fillcolor.
2185 Return the current pencolor and the current fillcolor
2187 by pencolor and fillcolor.
2189 inputs as in pencolor, set both, fillcolor an
2260 def fillcolor(self, *args): global() member in TPen
[all...]

Completed in 7 milliseconds