Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c349 #define gesture_standard ((GESTURE_POINT_TYPE*)(&config_static[GESTURE_BUF_SIZE])) macro
2835 gesture_standard[0].all = gesture_buf[0].all&0x0fffffff; in GestureStandard()
2836 gesture_standard[GESTURE_SIZE_NUM - 1].all = in GestureStandard()
2849 gesture_standard[i].all = 0; in GestureStandard()
2857 gesture_standard[i].other.x = t; in GestureStandard()
2865 gesture_standard[i].other.y = t; in GestureStandard()
2899 ret_offset += GestureDistance(&gesture_standard[i+offset[k]],&model_coor,FALSE); in GestureModel()