Searched refs:len_his (Results 1 – 1 of 1) sorted by relevance
2833 int len_his = 0; in GestureStandard() local2843 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()