Home
last modified time | relevance | path

Searched refs:onGetFrameCount (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/codec/
H A DSkWebpCodec.h37 int onGetFrameCount() override;
H A DSkHeifCodec.h56 int onGetFrameCount() override;
H A DSkWuffsCodec.cpp223 int onGetFrameCount() override;
744 int SkWuffsCodec::onGetFrameCount() { in onGetFrameCount() function in SkWuffsCodec
751 // onGetFrameCount when given more data. If we tried to do so, the in onGetFrameCount()
756 // onGetFrameCount because they assume that the stream is rewindable / in onGetFrameCount()
H A DSkHeifCodec.cpp304 int SkHeifCodec::onGetFrameCount() { in onGetFrameCount() function in SkHeifCodec
H A DSkWebpCodec.cpp230 int SkWebpCodec::onGetFrameCount() { in onGetFrameCount() function in SkWebpCodec
364 // If this succeeded in onGetFrameCount(), it should succeed again here. in onGetPixels()
H A DSkCodec.cpp324 if (index >= this->onGetFrameCount()) { in handleFrameIndex()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.h54 int onGetFrameCount() override;
H A DSkLibGifCodec.cpp118 int SkLibGifCodec::onGetFrameCount() { in onGetFrameCount() function in SkLibGifCodec
/third_party/skia/include/codec/
H A DSkCodec.h606 return this->onGetFrameCount(); in getFrameCount()
854 virtual int onGetFrameCount() { in onGetFrameCount() function in SkCodec

Completed in 9 milliseconds