Searched defs:RecordFpsVars (Results 1 – 1 of 1) sorted by relevance
50 struct RecordFpsVars { struct52 int frameNum = 0;53 unsigned int tEventDisNum = 0;55 SpString leaveStartTime = "0";57 SpString leaveEndTime = "0";59 SpString lastTouchEventTime = "0";61 bool isAddFrame = false;63 bool isHasUI = false;65 bool isStaticsLeaveTime = false;89 inline void DecHandOffTime(Line& line, RecordFpsVars& rfv); argument