Searched refs:screen_x_max (Results 1 – 1 of 1) sorted by relevance
244 static int screen_x_max; variable1385 x = x * (int)screen_x_max / ((int)drv_num_nokey * 64); in ScreenResolution()1401 if(ignore_x[1] <= screen_y_max/2 && x > screen_x_max - ignore_x[1]) in ScreenResolution()1412 if(x >= screen_x_max - (int)edge_cut[1]) in ScreenResolution()1413 x = screen_x_max - (int)edge_cut[1] - 1; in ScreenResolution()1417 x = screen_x_max - x; in ScreenResolution()1543 if(screen_x_max == 0 || screen_y_max == 0) in PointEdge()1558 || stretch->down [i].range > screen_x_max * 64 / 128) in PointEdge()1565 drv_num_nokey * 64 / screen_x_max; in PointEdge()1568 (screen_x_max - in PointEdge()[all …]