Lines Matching refs:_shapes
967 self._shapes = {
1140 self._shapes[name] = shape
1347 return sorted(self._shapes.keys())
2493 if self._type == "polygon" == screen._shapes[shapeIndex]._type:
2495 if self._type == "image" == screen._shapes[shapeIndex]._type:
2502 self._type = screen._shapes[shapeIndex]._type
2506 self._item = screen._createimage(screen._shapes["blank"]._data)
2509 screen._shapes[shapeIndex]._data]
2741 ttype = screen._shapes[self.turtle.shapeIndex]._type
2745 q.turtle._item = screen._createimage(screen._shapes["blank"]._data)
2748 screen._shapes[self.turtle.shapeIndex]._data]
2976 shape = self.screen._shapes[self.turtle.shapeIndex]
2998 shape = screen._shapes[self.turtle.shapeIndex]
3026 screen._shapes["blank"]._data)
3050 shape = screen._shapes[self.turtle.shapeIndex]