Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c275 static unsigned int edge_first; variable
1702 if(edge_first!=0 && ps[1][i].all == 0) in PointStretch()
1705 if (point_edge.coor.other.x < (unsigned int)((edge_first >> 24) & 0xff)) in PointStretch()
1706 point_edge.coor.other.x = ((edge_first >> 24) & 0xff); in PointStretch()
1707 if (point_edge.coor.other.x > drv_num_nokey * 64 - ((edge_first >> 16) & 0xff)) in PointStretch()
1708 point_edge.coor.other.x = drv_num_nokey * 64 - ((edge_first >> 16) & 0xff); in PointStretch()
1709 if (point_edge.coor.other.y < (unsigned int)((edge_first >> 8) & 0xff)) in PointStretch()
1710 point_edge.coor.other.y = ((edge_first >> 8) & 0xff); in PointStretch()
1711 if (point_edge.coor.other.y > sen_num_nokey * 64 - ((edge_first >> 0) & 0xff)) in PointStretch()
1712 point_edge.coor.other.y = sen_num_nokey * 64 - ((edge_first >> 0) & 0xff); in PointStretch()
[all …]