Searched refs:model_coor (Results 1 – 1 of 1) sorted by relevance
2877 GESTURE_POINT_TYPE model_coor; in GestureModel() local2896 model_coor.all = model[j].coor[i/2] & 0x00ff00ff; in GestureModel()2898 model_coor.all = (model[j].coor[i/2]>>8) & 0x00ff00ff; in GestureModel()2899 ret_offset += GestureDistance(&gesture_standard[i+offset[k]],&model_coor,FALSE); in GestureModel()