Home
last modified time | relevance | path

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

/third_party/flutter/skia/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()
/third_party/skia/include/android/
DSkAnimatedImage.h111 int getFrameCount() const { return fFrameCount; } in getFrameCount()
144 const int fFrameCount; variable
/third_party/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()
/third_party/flutter/skia/src/android/
DSkAnimatedImage.cpp83 , 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/
DSkAnimatedImage.h145 const int fFrameCount; variable
/third_party/flutter/skia/include/utils/
DSkInterpolator.h73 int16_t fFrameCount; variable
/third_party/flutter/skia/tests/
DCodecAnimTest.cpp84 int fFrameCount; in DEF_TEST() member
194 const int expected = rec.fFrameCount; in DEF_TEST()
/third_party/skia/tests/
DCodecAnimTest.cpp110 int fFrameCount; in DEF_TEST() member
272 const int expected = rec.fFrameCount; in DEF_TEST()