Searched refs:fFrameCount (Results 1 – 6 of 6) sorted by relevance
29 fFrameCount = SkToS16(frameCount); in reset()48 if (fFrameCount == 0) { in getDuration()56 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration()73 SkASSERT(fFrameCount > 0); in timeToT()96 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, in timeToT()105 } else if (index == fFrameCount) { in timeToT()116 SkASSERT(index < fFrameCount); in timeToT()
22 int getValuesCount() { return fFrameCount * fElemCount; } in getValuesCount()
72 int16_t fFrameCount; variable