Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkInterpolator.cpp31 fFrameCount = SkToS16(frameCount); in reset()
50 if (fFrameCount == 0) { in getDuration()
58 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration()
74 SkASSERT(fFrameCount > 0); in timeToT()
97 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, in timeToT()
106 } else if (index == fFrameCount) { in timeToT()
117 SkASSERT(index < fFrameCount); in timeToT()
/external/skia/include/android/
DSkAnimatedImage.h111 int getFrameCount() const { return fFrameCount; } in getFrameCount()
144 const int fFrameCount; variable
/external/skqp/src/android/
DSkAnimatedImage.cpp72 , fFrameCount(fCodec->codec()->getFrameCount()) in SkAnimatedImage()
157 if (frameToDecode == fFrameCount - 1) { in computeNextFrame()
164 } else if (frameToDecode == fFrameCount) { in computeNextFrame()
292 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame()
/external/skia/src/android/
DSkAnimatedImage.cpp62 , fFrameCount(fCodec->codec()->getFrameCount()) in SkAnimatedImage()
170 if (frameToDecode == fFrameCount - 1) { in computeNextFrame()
177 } else if (frameToDecode == fFrameCount) { in computeNextFrame()
306 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame()
/external/skqp/include/android/
DSkAnimatedImage.h132 const int fFrameCount; variable
/external/skqp/include/utils/
DSkInterpolator.h73 int16_t fFrameCount; variable
/external/skqp/tests/
DCodecAnimTest.cpp80 int fFrameCount; in DEF_TEST() member
190 const int expected = rec.fFrameCount; in DEF_TEST()
/external/skia/tests/
DCodecAnimTest.cpp110 int fFrameCount; in DEF_TEST() member
272 const int expected = rec.fFrameCount; in DEF_TEST()