Searched refs:fFrameCount (Results 1 – 3 of 3) sorted by relevance
29 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()
22 int getValuesCount() { return fFrameCount * fElemCount; } in getValuesCount()
72 int16_t fFrameCount; variable