Searched refs:max_x (Results 1 – 4 of 4) sorted by relevance
20 max_x = start_x + i + 1;
489 int max_x, max_y; in handle_mousemotion() local 499 max_x = scr_w - 1; in handle_mousemotion() 503 ev->motion.x == max_x || ev->motion.y == max_y)) { in handle_mousemotion() 507 (ev->motion.x > 0 && ev->motion.x < max_x && in handle_mousemotion()
333 __u8 max_x; /* Maximum horizontal size (cm) */ member
286 max_x = max (x for (x, y) in data)291 if (max_x - x_shift):292 xscale = float (chart_bounds[2]) / (max_x - x_shift)