Home
last modified time | relevance | path

Searched refs:onGetFrameCount (Results 1 – 14 of 14) sorted by relevance

/external/skqp/include/codec/
DSkCodec.h591 return this->onGetFrameCount(); in getFrameCount()
809 virtual int onGetFrameCount() { in onGetFrameCount() function
/external/skia/include/codec/
DSkCodec.h591 return this->onGetFrameCount(); in getFrameCount()
809 virtual int onGetFrameCount() { in onGetFrameCount() function
/external/skia/src/codec/
DSkGifCodec.h50 int onGetFrameCount() override;
DSkWebpCodec.h40 int onGetFrameCount() override;
DSkWuffsCodec.cpp184 int onGetFrameCount() override;
580 int SkWuffsCodec::onGetFrameCount() { in onGetFrameCount() function in SkWuffsCodec
DSkGifCodec.cpp120 int SkGifCodec::onGetFrameCount() { in onGetFrameCount() function in SkGifCodec
DSkWebpCodec.cpp245 int SkWebpCodec::onGetFrameCount() { in onGetFrameCount() function in SkWebpCodec
DSkCodec.cpp249 if (index >= this->onGetFrameCount()) { in handleFrameIndex()
/external/skqp/src/codec/
DSkGifCodec.h50 int onGetFrameCount() override;
DSkWebpCodec.h40 int onGetFrameCount() override;
DSkWuffsCodec.cpp181 int onGetFrameCount() override;
577 int SkWuffsCodec::onGetFrameCount() { in onGetFrameCount() function in SkWuffsCodec
DSkGifCodec.cpp120 int SkGifCodec::onGetFrameCount() { in onGetFrameCount() function in SkGifCodec
DSkWebpCodec.cpp245 int SkWebpCodec::onGetFrameCount() { in onGetFrameCount() function in SkWebpCodec
DSkCodec.cpp249 if (index >= this->onGetFrameCount()) { in handleFrameIndex()