Searched refs:crop_re (Results 1 – 1 of 1) sorted by relevance
53 const regex crop_re("(\\d+),(\\d+)-(\\d+)x(\\d+)"); // 400,400-400x400 in parse_crop() local56 if (!regex_match(crop_str, sm, crop_re)) in parse_crop()