Lines Matching refs:tshape
2806 tshape = shape._data
2810 shape = tshape
2820 shape = [(lx*x, ly*y) for (x, y) in tshape]
2828 screen._drawimage(titem, self._position, tshape)
2832 for item, (poly, fc, oc) in zip(titem, tshape):
2870 tshape = shape._data
2875 shape = tshape
2885 shape = [(lx*x, ly*y) for (x, y) in tshape]
2894 screen._drawimage(stitem, self._position, tshape)
2897 for element in tshape:
2903 for item, (poly, fc, oc) in zip(stitem, tshape):