Lines Matching refs:cs
89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
93 cs = constrain (cs, 1, self.cols)
97 if cs > ce:
98 cs, ce = ce, cs
100 for c in range (cs, ce + 1):
180 def get_region (self, rs,cs, re,ce):
187 cs = constrain (cs, 1, self.cols)
191 if cs > ce:
192 cs, ce = ce, cs
196 for c in range (cs, ce + 1):