Lines Matching refs:shapeIndex
2390 def __init__(self, screen, shapeIndex): argument
2393 self._setshape(shapeIndex)
2395 def _setshape(self, shapeIndex): argument
2397 self.shapeIndex = shapeIndex
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
2414 screen._shapes[shapeIndex]._data]
2643 q.turtle = _TurtleImage(screen, self.turtle.shapeIndex)
2646 ttype = screen._shapes[self.turtle.shapeIndex]._type
2653 screen._shapes[self.turtle.shapeIndex]._data]
2679 return self.turtle.shapeIndex
2801 shape = screen._shapes[self.turtle.shapeIndex]
2868 shape = screen._shapes[self.turtle.shapeIndex]