Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c2833 int len_his = 0; in GestureStandard() local
2843 len_his += len_now; in GestureStandard()
2844 if(len_his*(GESTURE_SIZE_NUM-1) >= len_total*i) in GestureStandard()
2852 * ((int)len_total*i/(GESTURE_SIZE_NUM-1) - (int)len_his + (int)len_now) in GestureStandard()
2860 * ((int)len_total*i/(GESTURE_SIZE_NUM-1) - (int)len_his + (int)len_now) in GestureStandard()
2867 len_his -= len_now; in GestureStandard()