Searched refs:fTimes (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tools/viewer/ |
D | StatsLayer.cpp | 27 memset(fTimers[i].fTimes, 0, sizeof(fTimers[i].fTimes)); in resetMeasurements() 39 memset(newData.fTimes, 0, sizeof(newData.fTimes)); in addTimer() 48 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); in beginTiming() 54 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); in endTiming() 72 fTimers[i].fTimes[nextMeasurement] = 0; in onPaint() 131 int height = (int)(fTimers[timer].fTimes[i] * kPixelPerMS + 0.5); in onPaint() 137 inc += fTimers[timer].fTimes[i]; in onPaint() 138 sumTimes[timer] += fTimers[timer].fTimes[i]; in onPaint()
|
D | StatsLayer.h | 34 double fTimes[kMeasurementCount]; member
|
/third_party/flutter/skia/tools/viewer/ |
D | StatsLayer.cpp | 27 memset(fTimers[i].fTimes, 0, sizeof(fTimers[i].fTimes)); in resetMeasurements() 39 memset(newData.fTimes, 0, sizeof(newData.fTimes)); in addTimer() 48 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); in beginTiming() 54 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); in endTiming() 72 fTimers[i].fTimes[nextMeasurement] = 0; in onPaint() 132 int height = (int)(fTimers[timer].fTimes[i] * kPixelPerMS + 0.5); in onPaint() 138 inc += fTimers[timer].fTimes[i]; in onPaint() 139 sumTimes[timer] += fTimers[timer].fTimes[i]; in onPaint()
|
D | StatsLayer.h | 34 double fTimes[kMeasurementCount]; member
|
/third_party/flutter/skia/src/utils/ |
D | SkInterpolator.cpp | 18 fTimes = nullptr; in SkInterpolatorBase() 36 fTimes = nullptr; in reset() 55 *startTime = fTimes[0].fTime; in getDuration() 58 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration() 97 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, in timeToT() 118 const SkTimeCode* nextTime = &fTimes[index]; in timeToT() 147 fTimes = (SkTimeCode*) fStorage; in reset() 150 fTimesArray = (SkTimeCode(*)[10]) fTimes; in reset() 170 bool success = ~index == SkTSearch<SkMSec>(&fTimes->fTime, index, time, in setKeyFrame() 174 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame()
|
/third_party/flutter/skia/include/utils/ |
D | SkInterpolator.h | 81 SkTimeCode* fTimes; // pointer into fStorage variable
|