Searched refs:fFrameCount (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 31 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/skqp/src/utils/ |
D | SkInterpolator.cpp | 31 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/ |
D | SkAnimatedImage.h | 124 int getFrameCount() const { return fFrameCount; } in getFrameCount() 163 const int fFrameCount; variable
|
/external/skqp/src/android/ |
D | SkAnimatedImage.cpp | 72 , 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/ |
D | SkAnimatedImage.cpp | 83 , fFrameCount(fCodec->codec()->getFrameCount()) in SkAnimatedImage() 168 if (frameToDecode == fFrameCount - 1) { in computeNextFrame() 175 } else if (frameToDecode == fFrameCount) { in computeNextFrame() 303 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame()
|
/external/skqp/include/android/ |
D | SkAnimatedImage.h | 132 const int fFrameCount; variable
|
/external/skia/include/utils/ |
D | SkInterpolator.h | 73 int16_t fFrameCount; variable
|
/external/skqp/include/utils/ |
D | SkInterpolator.h | 73 int16_t fFrameCount; variable
|
/external/skia/tests/ |
D | CodecAnimTest.cpp | 83 int fFrameCount; in DEF_TEST() member 202 const int expected = rec.fFrameCount; in DEF_TEST()
|
/external/skqp/tests/ |
D | CodecAnimTest.cpp | 80 int fFrameCount; in DEF_TEST() member 190 const int expected = rec.fFrameCount; in DEF_TEST()
|