Home
last modified time | relevance | path

Searched refs:fillcolor (Results 1 – 10 of 10) sorted by relevance

/external/bison/tests/
Doutput.at271 "0R2" [label="R2", fillcolor=3, shape=diamond, style=filled]
278 "3R0" [label="Acc", fillcolor=1, shape=diamond, style=filled]
284 "5R3" [label="R3", fillcolor=3, shape=diamond, style=filled]
287 "6R1" [label="R1", fillcolor=3, shape=diamond, style=filled]
318 "0R7d" [label="R7", fillcolor=5, shape=diamond, style=filled]
320 "0R8d" [label="R8", fillcolor=5, shape=diamond, style=filled]
322 "0R9d" [label="R9", fillcolor=5, shape=diamond, style=filled]
325 "1R1" [label="R1", fillcolor=3, shape=diamond, style=filled]
328 "2R3" [label="R3", fillcolor=3, shape=diamond, style=filled]
331 "3R5" [label="R5", fillcolor=3, shape=diamond, style=filled]
[all …]
/external/bison/doc/figs/
Dexample.dot17 "1R3" [label="R3", fillcolor=3, shape=diamond, style=filled]
19 "1R4" [label="R4", fillcolor=3, shape=diamond, style=filled]
28 "5R0" [label="Acc", fillcolor=1, shape=diamond, style=filled]
31 "6R1" [label="R1", fillcolor=3, shape=diamond, style=filled]
34 "7R2" [label="R2", fillcolor=3, shape=diamond, style=filled]
Dexample-reduce.dot8 "1R3" [style=filled shape=diamond fillcolor=yellowgreen label="R3"]
10 "1R4" [style=filled shape=diamond fillcolor=yellowgreen label="R4"]
/external/python/cpython2/Doc/library/
Dturtle.rst130 | :func:`fillcolor`
791 * "fillcolor": color-string or color-tuple
807 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
809 [('fillcolor', 'black'), ('outline', 1), ('pencolor', 'red'),
816 [('fillcolor', ''), ('outline', 1), ('pencolor', 'yellow'),
819 >>> turtle.pen(penstate, fillcolor="green")
821 [('fillcolor', 'green'), ('outline', 1), ('pencolor', 'red'),
852 color/pencolor/fillcolor call.
891 .. function:: fillcolor(*args)
893 Return or set the fillcolor.
[all …]
/external/python/cpython2/Demo/turtle/
Dturtle.cfg8 fillcolor = ""
Dtdemo_minimal_hanoi.py27 self.fillcolor(n/6., 0, 1-n/6.)
Dtdemo_colormixer.py31 self.fillcolor(self._color)
Dtdemo_fractalcurves.py92 ft.fillcolor("red")
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
Dir3-notes.rst68 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> }"];
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1947 fillcolor=_CFG["fillcolor"]): argument
1951 self._fillcolor = fillcolor
2133 self.pen(pencolor=pcolor, fillcolor=fcolor)
2174 def fillcolor(self, *args): member in TPen
2206 self.pen(fillcolor=color)
3958 fillcolor(255-15*i, 0, 15*i)