Searched refs:fFrameCount (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/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()
|
/third_party/skia/include/android/ |
D | SkAnimatedImage.h | 111 int getFrameCount() const { return fFrameCount; } in getFrameCount() 144 const int fFrameCount; variable
|
/third_party/skia/src/android/ |
D | SkAnimatedImage.cpp | 62 , 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()
|
/third_party/flutter/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()
|
/third_party/flutter/skia/include/android/ |
D | SkAnimatedImage.h | 145 const int fFrameCount; variable
|
/third_party/flutter/skia/include/utils/ |
D | SkInterpolator.h | 73 int16_t fFrameCount; variable
|
/third_party/flutter/skia/tests/ |
D | CodecAnimTest.cpp | 84 int fFrameCount; in DEF_TEST() member 194 const int expected = rec.fFrameCount; in DEF_TEST()
|
/third_party/skia/tests/ |
D | CodecAnimTest.cpp | 110 int fFrameCount; in DEF_TEST() member 272 const int expected = rec.fFrameCount; in DEF_TEST()
|