/third_party/boost/libs/graph/doc/stoer_wagner_imgs/ |
D | stoer_wagner.cpp.dot | 2 0 [ style="filled", fillcolor="#9999ff" ]; 3 1 [ style="filled", fillcolor="#333399", fontcolor=white ]; 4 2 [ style="filled", fillcolor="#9999ff" ]; 5 3 [ style="filled", fillcolor="#9999ff" ]; 6 4 [ style="filled", fillcolor="#9999ff" ]; 7 5 [ style="filled", fillcolor="#333399", fontcolor=white ]; 8 6 [ style="filled", fillcolor="#9999ff" ]; 9 7 [ style="filled", fillcolor="#9999ff" ];
|
D | stoer_wagner-example-min-cut.dot | 3 0 [ pos="42,73", style="filled", fillcolor="#333399", fontcolor=white ]; 4 1 [ pos="96,139", style="filled", fillcolor="#333399", fontcolor=white ]; 5 2 [ pos="113,209", style="filled", fillcolor="#9999ff" ]; 6 3 [ pos="179,279", style="filled", fillcolor="#9999ff" ]; 7 4 [ pos="143,30", style="filled", fillcolor="#333399", fontcolor=white ]; 8 5 [ pos="211,100", style="filled", fillcolor="#333399", fontcolor=white ]; 9 6 [ pos="228,175", style="filled", fillcolor="#9999ff" ]; 10 7 [ pos="282,241", style="filled", fillcolor="#9999ff" ];
|
D | stoer_wagner-example-c1.dot | 3 0 [ pos="42,73", style="filled", fillcolor="#333399", fontcolor=white ]; 4 1 [ pos="96,139", style="filled", fillcolor="#9999ff" ]; 5 2 [ pos="113,209", style="filled", fillcolor="#9999ff" ]; 6 3 [ pos="179,279", style="filled", fillcolor="#9999ff" ]; 7 4 [ pos="143,30", style="filled", fillcolor="#9999ff" ]; 8 5 [ pos="211,100", style="filled", fillcolor="#9999ff" ]; 9 6 [ pos="228,175", style="filled", fillcolor="#333399", fontcolor=white ]; 10 7 [ pos="282,241", style="filled", fillcolor="#9999ff" ];
|
D | digraph1-min-cut.dot | 4 1 [ pos="255,30", style="filled", fillcolor=gray ]; 5 2 [ pos="148,138", style="filled", fillcolor=gray ]; 6 3 [ pos="41,138", style="filled", fillcolor=gray ];
|
/third_party/boost/libs/graph/doc/figs/ |
D | biconnected.dot | 3 B [ style="filled", fillcolor="red" ]; 4 G [ style="filled", fillcolor="red" ]; 5 A [ style="filled", fillcolor="red" ];
|
/third_party/python/Lib/turtledemo/ |
D | sorting_animate.py | 29 self.fillcolor("black") 33 self.fillcolor("red") 36 self.fillcolor("black")
|
D | turtle.cfg | 8 fillcolor = ""
|
D | minimal_hanoi.py | 27 self.fillcolor(n/6., 0, 1-n/6.)
|
D | colormixer.py | 31 self.fillcolor(self._color)
|
D | fractalcurves.py | 92 ft.fillcolor("red")
|
/third_party/python/Doc/library/ |
D | turtle.rst | 145 | :func:`fillcolor` 842 * "fillcolor": color-string or color-tuple 859 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10) 861 [('fillcolor', 'black'), ('outline', 1), ('pencolor', 'red'), 869 [('fillcolor', ''), ('outline', 1), ('pencolor', 'yellow')] 870 >>> turtle.pen(penstate, fillcolor="green") 872 [('fillcolor', 'green'), ('outline', 1), ('pencolor', 'red')] 901 color/pencolor/fillcolor call. 941 .. function:: fillcolor(*args) 943 Return or set the fillcolor. [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_shear.c | 40 …uint8_t fillcolor[4]; ///< color expressed either in YUVA or RGBA colorspace for the padding area member 81 else if (av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) in init() 271 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output() 296 ff_draw_color(&s->draw, &s->color, s->fillcolor); in process_command()
|
D | vf_stack.c | 49 uint8_t fillcolor[4]; member 101 av_parse_color(s->fillcolor, s->fillcolor_str, -1, ctx) >= 0) { in init() 259 ff_draw_color(&s->draw, &s->color, s->fillcolor); in config_output()
|
D | vf_rotate.c | 70 …uint8_t fillcolor[4]; ///< color expressed either in YUVA or RGBA colorspace for the padding area member 120 else if (av_parse_color(rot->fillcolor, rot->fillcolor_str, -1, ctx) >= 0) in init() 300 ff_draw_color(&rot->draw, &rot->color, rot->fillcolor); in config_props()
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | ir3-notes.rst | 68 instrdcf348 [shape=record,style=filled,fillcolor=lightgrey,label="{mov.f32f32|<dst0>|<src0> }"]; 69 …instrdcedd0 [shape=record,style=filled,fillcolor=lightgrey,label="{mad.f32|<dst0>|<src0> |<src1> |… 72 …instrdcec30 [shape=record,style=filled,fillcolor=lightgrey,label="{mad.f32|<dst0>|<src0> |<src1> |… 75 …instrdceb60 [shape=record,style=filled,fillcolor=lightgrey,label="{mul.f|<dst0>|<src0> |<src1> }"]; 81 instrdcf400 [shape=record,style=filled,fillcolor=lightgrey,label="{mov.f32f32|<dst0>|<src0> }"]; 83 instrdcf4b8 [shape=record,style=filled,fillcolor=lightgrey,label="{mov.f32f32|<dst0>|<src0> }"];
|
/third_party/libinput/doc/user/ |
D | t440-support.rst | 81 fillcolor=white]; 84 fillcolor=white];
|
/third_party/python/Lib/ |
D | turtle.py | 2032 fillcolor=_CFG["fillcolor"]): argument 2036 self._fillcolor = fillcolor 2219 self.pen(pencolor=pcolor, fillcolor=fcolor) 2260 def fillcolor(self, *args): member in TPen 2292 self.pen(fillcolor=color) 4064 fillcolor(255-15*i, 0, 15*i)
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms_util.py | 618 return img.rotate(angle, resample, expand, center, fillcolor=fill_value)
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 17149 @item fillcolor, c 18219 @item fillcolor, c
|