Lines Matching refs:line
235 for line in out.splitlines():
236 line = line.strip()
237 if line.startswith("Map State:"):
238 if line.split()[-1] != "IsViewable":
243 if line.startswith("Width:"):
244 width = int(line.split()[1])
245 elif line.startswith("Height:"):
246 height = int(line.split()[1])
290 # Generate a mode line for width and height, with a refresh of 60.0Hz
300 for line in out.splitlines():
301 line = line.strip()
302 if line.startswith('Modeline'):
303 modeline = line.split('Modeline')[1]