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

Lines Matching refs:lx

2812                         lx = ly = max(1, self._pensize/5.0)
2816 lx, ly = self._stretchfactor
2819 shape = [(lx*x, ly*y) for (x, y) in tshape]
2829 lx, ly = self._stretchfactor
2832 poly = [(lx*x, ly*y) for (x, y) in poly]
2877 lx = ly = max(1, self._pensize/5.0)
2881 lx, ly = self._stretchfactor
2884 shape = [(lx*x, ly*y) for (x, y) in tshape]
2900 lx, ly = self._stretchfactor
2903 poly = [(lx*x, ly*y) for (x, y) in poly]