Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c198 static gsl_POINT_TYPE point_now[POINT_MAX]; variable
573 point_now[i].all &= (FLAG_COOR_EX | FLAG_KEY | FLAG_ABLE); in PointCoor()
575 point_now[i].all &= (FLAG_COOR | FLAG_KEY | FLAG_ABLE); in PointCoor()
604 if(point_now[i].all == 0) in PointRepeat()
606 if (point_now[i].other.key) in PointRepeat()
608 x_min = point_now[i].other.x - pn; in PointRepeat()
609 x_max = point_now[i].other.x + pn; in PointRepeat()
610 y_min = point_now[i].other.y - pn; in PointRepeat()
611 y_max = point_now[i].other.y + pn; in PointRepeat()
614 if(point_now[j].all == 0) in PointRepeat()
[all …]