Home
last modified time | relevance | path

Searched refs:screen_y_max (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c243 static int screen_y_max; variable
1384 y = y * (int)screen_y_max / ((int)sen_num_nokey * 64); in ScreenResolution()
1392 if(ignore_y[1] <= screen_y_max/2 && y > screen_y_max - ignore_y[1]) in ScreenResolution()
1394 if(ignore_y[1] >= screen_y_max/2 && y > ignore_y[1]) in ScreenResolution()
1401 if(ignore_x[1] <= screen_y_max/2 && x > screen_x_max - ignore_x[1]) in ScreenResolution()
1403 if(ignore_x[1] >= screen_y_max/2 && x > ignore_x[1]) in ScreenResolution()
1408 if(y >= screen_y_max - (int)edge_cut[3]) in ScreenResolution()
1409 y = screen_y_max - (int)edge_cut[3] - 1; in ScreenResolution()
1415 y = screen_y_max - y; in ScreenResolution()
1543 if(screen_x_max == 0 || screen_y_max == 0) in PointEdge()
[all …]