Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:lx

2813                         lx = ly = max(1, self._pensize/5.0)
2817 lx, ly = self._stretchfactor
2820 shape = [(lx*x, ly*y) for (x, y) in tshape]
2830 lx, ly = self._stretchfactor
2833 poly = [(lx*x, ly*y) for (x, y) in poly]
2878 lx = ly = max(1, self._pensize/5.0)
2882 lx, ly = self._stretchfactor
2885 shape = [(lx*x, ly*y) for (x, y) in tshape]
2901 lx, ly = self._stretchfactor
2904 poly = [(lx*x, ly*y) for (x, y) in poly]