Searched refs:max_y (Results 1 – 4 of 4) sorted by relevance
22 - max_y = start_y + i + 1;24 + max_y = start_y + j + 1;
489 int max_x, max_y; in handle_mousemotion() local 500 max_y = scr_h - 1; in handle_mousemotion() 503 ev->motion.x == max_x || ev->motion.y == max_y)) { in handle_mousemotion() 508 ev->motion.y > 0 && ev->motion.y < max_y)) { in handle_mousemotion()
287 max_y = max (y for (x, y) in data)289 if max_y == 0:290 max_y = 1.0302 yscale = float(chart_bounds[3]) / max_y
334 __u8 max_y; /* Maximum vertical size (cm) */ member