Home
last modified time | relevance | path

Searched refs:fFrameCount (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/android/
H A DSkAnimatedImage.h111 int getFrameCount() const { return fFrameCount; } in getFrameCount()
144 const int fFrameCount; member in SkAnimatedImage
/third_party/skia/src/android/
H A 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/skia/tests/
H A DCodecAnimTest.cpp110 int fFrameCount; in DEF_TEST() member
116 // The size of this one should match fFrameCount for animated, empty in DEF_TEST()
272 const int expected = rec.fFrameCount; in DEF_TEST()

Completed in 2 milliseconds