Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkInterpolator.cpp30 fFrameCount = SkToS16(frameCount); in reset()
49 if (fFrameCount == 0) { in getDuration()
57 *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()
/external/skia/src/utils/
DSkInterpolator.cpp30 fFrameCount = SkToS16(frameCount); in reset()
49 if (fFrameCount == 0) { in getDuration()
57 *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()
/external/skqp/src/android/
DSkAnimatedImage.cpp68 , fFrameCount(fCodec->codec()->getFrameCount()) in SkAnimatedImage()
138 if (frameToDecode == fFrameCount - 1) { in computeNextFrame()
145 } else if (frameToDecode == fFrameCount) { in computeNextFrame()
264 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame()
/external/skia/src/android/
DSkAnimatedImage.cpp70 , fFrameCount(fCodec->codec()->getFrameCount()) in SkAnimatedImage()
154 if (frameToDecode == fFrameCount - 1) { in computeNextFrame()
161 } else if (frameToDecode == fFrameCount) { in computeNextFrame()
285 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame()
/external/skqp/include/android/
DSkAnimatedImage.h119 const int fFrameCount; variable
/external/skia/include/android/
DSkAnimatedImage.h132 const int fFrameCount; variable
/external/skqp/include/utils/
DSkInterpolator.h72 int16_t fFrameCount; variable
/external/skia/include/utils/
DSkInterpolator.h72 int16_t fFrameCount; variable
/external/skqp/tests/
DCodecAnimTest.cpp63 int fFrameCount; in DEF_TEST() member
179 const int expected = rec.fFrameCount; in DEF_TEST()
/external/skia/tests/
DCodecAnimTest.cpp63 int fFrameCount; in DEF_TEST() member
179 const int expected = rec.fFrameCount; in DEF_TEST()