Searched refs:fFrameCount (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/utils/ |
D | SkInterpolator.cpp | 30 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/ |
D | SkInterpolator.cpp | 30 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/ |
D | SkAnimatedImage.cpp | 68 , 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/ |
D | SkAnimatedImage.cpp | 70 , 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/ |
D | SkAnimatedImage.h | 119 const int fFrameCount; variable
|
/external/skia/include/android/ |
D | SkAnimatedImage.h | 132 const int fFrameCount; variable
|
/external/skqp/include/utils/ |
D | SkInterpolator.h | 72 int16_t fFrameCount; variable
|
/external/skia/include/utils/ |
D | SkInterpolator.h | 72 int16_t fFrameCount; variable
|
/external/skqp/tests/ |
D | CodecAnimTest.cpp | 63 int fFrameCount; in DEF_TEST() member 179 const int expected = rec.fFrameCount; in DEF_TEST()
|
/external/skia/tests/ |
D | CodecAnimTest.cpp | 63 int fFrameCount; in DEF_TEST() member 179 const int expected = rec.fFrameCount; in DEF_TEST()
|