Searched refs:len_now (Results 1 – 1 of 1) sorted by relevance
2832 int len_now = 0; in GestureStandard() local2842 len_now = GestureDistance(&gesture_buf[n],&gesture_buf[n-1],TRUE); in GestureStandard()2843 len_his += len_now; in GestureStandard()2847 if(n >= gesture_num || len_now == 0) in GestureStandard()2852 * ((int)len_total*i/(GESTURE_SIZE_NUM-1) - (int)len_his + (int)len_now) in GestureStandard()2853 / (int)len_now in GestureStandard()2860 * ((int)len_total*i/(GESTURE_SIZE_NUM-1) - (int)len_his + (int)len_now) in GestureStandard()2861 / (int)len_now in GestureStandard()2867 len_his -= len_now; in GestureStandard()