Lines Matching refs:_shapes
923 self._shapes = {
1087 self._shapes[name] = shape
1295 return sorted(self._shapes.keys())
2398 if self._type == "polygon" == screen._shapes[shapeIndex]._type:
2400 if self._type == "image" == screen._shapes[shapeIndex]._type:
2407 self._type = screen._shapes[shapeIndex]._type
2411 self._item = screen._createimage(screen._shapes["blank"]._data)
2414 screen._shapes[shapeIndex]._data]
2646 ttype = screen._shapes[self.turtle.shapeIndex]._type
2650 q.turtle._item = screen._createimage(screen._shapes["blank"]._data)
2653 screen._shapes[self.turtle.shapeIndex]._data]
2801 shape = screen._shapes[self.turtle.shapeIndex]
2844 screen._shapes["blank"]._data)
2868 shape = screen._shapes[self.turtle.shapeIndex]