Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c201 static gsl_EDGE_TYPE point_edge; variable
1697 point_edge.rate = 0; in PointStretch()
1704 point_edge.coor.all = ps[0][i].all; 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()
[all …]