Home
last modified time | relevance | path

Searched refs:fFrameCount (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DSkiaInterpolator.cpp106 fFrameCount = static_cast<int16_t>(frameCount); in reset()
124 if (fFrameCount == 0) { in getDuration()
132 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration()
147 SkASSERT(fFrameCount > 0); in timeToT()
171 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, sizeof(SkTimeCode)); in timeToT()
179 } else if (index == fFrameCount) { in timeToT()
190 SkASSERT(index < fFrameCount); in timeToT()
H A DSkiaInterpolator.h71 int16_t fFrameCount; variable