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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
/external/python/cpython2/Demo/turtle/
H A Dtdemo_colormixer.py31 self.fillcolor(self._color)
H A Dtdemo_minimal_hanoi.py27 self.fillcolor(n/6., 0, 1-n/6.)
H A Dtdemo_fractalcurves.py92 ft.fillcolor("red")
/external/python/cpython3/Lib/turtledemo/
H A Dcolormixer.py31 self.fillcolor(self._color)
H A Dminimal_hanoi.py27 self.fillcolor(n/6., 0, 1-n/6.)
H A Dsorting_animate.py29 self.fillcolor("black")
33 self.fillcolor("red")
36 self.fillcolor("black")
H A Dfractalcurves.py92 ft.fillcolor("red")
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc204 R"(style="%s", fontcolor="%s", color="%s", fillcolor="%s")", style,
610 const char* fillcolor = highlight ? "#ffcdd2" : "#f5f5f5";
613 Printf(R"(style="rounded,filled,bold"; fillcolor="%s"; color="%s;")",
614 fillcolor, strokecolor);
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py129 'fill', 'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen',
163 "fillcolor" : "black",
853 fill is the fillcolor of the component,
1947 fillcolor=_CFG["fillcolor"]):
1951 self._fillcolor = fillcolor
2092 """Return or set the pencolor and fillcolor.
2099 Return the current pencolor and the current fillcolor
2101 by pencolor and fillcolor.
2103 inputs as in pencolor, set both, fillcolor an
2174 def fillcolor(self, *args): member in class:TPen
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py130 'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
161 "fillcolor" : "black",
898 fill is the fillcolor of the component,
2031 fillcolor=_CFG["fillcolor"]):
2035 self._fillcolor = fillcolor
2177 """Return or set the pencolor and fillcolor.
2184 Return the current pencolor and the current fillcolor
2186 by pencolor and fillcolor.
2188 inputs as in pencolor, set both, fillcolor an
2259 def fillcolor(self, *args): member in class:TPen
[all...]

Completed in 184 milliseconds