Home | History | Annotate | Download | only in graphics

Lines Matching refs:mode_match

534             mode_match = re.match(_MODETEST_MODE_PATTERN, line)
535 if mode_match is not None:
536 size = (int(mode_match.group(1)), int(mode_match.group(2)))