Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkInterpolator.cpp29 fFrameCount = SkToS16(frameCount); in reset()
48 if (fFrameCount == 0) { in getDuration()
56 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration()
72 SkASSERT(fFrameCount > 0); in timeToT()
95 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, in timeToT()
104 } else if (index == fFrameCount) { in timeToT()
115 SkASSERT(index < fFrameCount); in timeToT()
/external/skia/src/animator/
DSkOperandInterpolator.h22 int getValuesCount() { return fFrameCount * fElemCount; } in getValuesCount()
/external/skia/include/utils/
DSkInterpolator.h72 int16_t fFrameCount; variable