Searched refs:drv_num_nokey (Results 1 – 1 of 1) sorted by relevance
248 static unsigned int drv_num_nokey; variable778 point_now[i].other.x <= drv_num_nokey * 64 - edge_size) in CoordinateCorrect()1385 x = x * (int)screen_x_max / ((int)drv_num_nokey * 64); in ScreenResolution()1565 drv_num_nokey * 64 / screen_x_max; in PointEdge()1570 drv_num_nokey * 64 / screen_x_max; in PointEdge()1645 if(x >= (int)drv_num_nokey*64) in PointEdge()1646 x = drv_num_nokey*64 - 1; in PointEdge()1649 data[1] = drv_num_nokey * 64 - x; in PointEdge()1661 x = drv_num_nokey * 64 - (data[1] - data[0]); in PointEdge()1664 if(x >= (int)drv_num_nokey*64) in PointEdge()[all …]