Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c62 #define FLAG_COOR (0x0fff0fff) macro
575 point_now[i].all &= (FLAG_COOR | FLAG_KEY | FLAG_ABLE); in PointCoor()
831 pp[0][n].all = pp[1][n].all & FLAG_COOR; in PointPredictOne()
998 if(pp[0][i].all == FLAG_COOR) in PointId()
1065 if((pp[0][j].all & FLAG_COOR) == FLAG_COOR) in PointNewId()