Searched refs:animatorPoints (Results 1 – 2 of 2) sorted by relevance
151 record->animatorPoints[START_POINT].basicInfo = evt->animatorInfo.basicInfo; in SaveAnimatorPoint()154 record->animatorPoints[indexPoint].basicInfo = evt->animatorInfo.basicInfo; in SaveAnimatorPoint()155 record->animatorPoints[indexPoint].commonInfo = evt->animatorInfo.commonInfo; in SaveAnimatorPoint()161 animatorMetrics.basicInfo = record.animatorPoints[START_POINT].basicInfo; in CalcMetrics()162 animatorMetrics.appInfo = record.animatorPoints[START_POINT].commonInfo; in CalcMetrics()163 animatorMetrics.rsInfo = record.animatorPoints[END_POINT].commonInfo; in CalcMetrics()
35 AnimatorPoint animatorPoints[ANIMATOR_MAX_POINTS]; member