Searched refs:_drawpoly (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 523 def _drawpoly(self, polyitem, coordlist, fill=None, member in TurtleScreenBase 2825 screen._drawpoly(titem, shape, fill=fc, outline=oc, 2835 screen._drawpoly(item, poly, fill=self._cc(fc), 2841 screen._drawpoly(titem, ((0, 0), (0, 0), (0, 0)), "", "") 2847 screen._drawpoly(item, ((0, 0), (0, 0), (0, 0)), "", "") 2890 screen._drawpoly(stitem, shape, fill=fc, outline=oc, 2906 screen._drawpoly(item, poly, fill=self._cc(fc), 3158 self.screen._drawpoly(self._fillitem, self._fillpath, 3502 self.screen._drawpoly(item, ((0, 0),(0, 0),(0, 0)),
|
/external/python/cpython3/Lib/ |
D | turtle.py | 499 def _drawpoly(self, polyitem, coordlist, fill=None, member in TurtleScreenBase 3010 screen._drawpoly(titem, shape, fill=fc, outline=oc, 3017 screen._drawpoly(item, poly, fill=self._cc(fc), 3023 screen._drawpoly(titem, ((0, 0), (0, 0), (0, 0)), "", "") 3029 screen._drawpoly(item, ((0, 0), (0, 0), (0, 0)), "", "") 3060 screen._drawpoly(stitem, shape, fill=fc, outline=oc, 3073 screen._drawpoly(item, poly, fill=self._cc(fc), 3344 self.screen._drawpoly(self._fillitem, self._fillpath, 3610 self.screen._drawpoly(item, ((0, 0),(0, 0),(0, 0)),
|