Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp106 fFrameCount = SkToS16(frameCount); in reset()
125 if (fFrameCount == 0) { in getDuration()
133 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration()
148 SkASSERT(fFrameCount > 0); in timeToT()
172 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, sizeof(SkTimeCode)); in timeToT()
180 } else if (index == fFrameCount) { in timeToT()
191 SkASSERT(index < fFrameCount); in timeToT()
DSkiaInterpolator.h68 int16_t fFrameCount; variable