Home
last modified time | relevance | path

Searched refs:onRewind (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/codec/
H A DSkWbmpCodec.h30 bool onRewind() override;
H A DSkBmpCodec.h52 bool onRewind() override;
H A DSkJpegCodec.h58 bool onRewind() override;
H A DSkHeifCodec.h65 bool onRewind() override;
H A DSkPngCodec.h53 bool onRewind() override;
H A DSkWbmpCodec.cpp88 bool SkWbmpCodec::onRewind() { in onRewind() function in SkWbmpCodec
H A DSkHeifCodec.cpp468 bool SkHeifCodec::onRewind() { in onRewind() function in SkHeifCodec
H A DSkBmpCodec.cpp616 bool SkBmpCodec::onRewind() { in onRewind() function in SkBmpCodec
H A DSkCodec.cpp255 return this->onRewind(); in rewindIfNeeded()
H A DSkJpegCodec.cpp348 bool SkJpegCodec::onRewind() { in onRewind() function in SkJpegCodec
351 return fDecoderMgr->returnFalse("onRewind"); in onRewind()
H A DSkPngCodec.cpp1029 // Reset fSwizzler and this->colorXform(). We can't do this in onRewind() because the in initializeXforms()
1137 bool SkPngCodec::onRewind() { in onRewind() function in SkPngCodec
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.h52 bool onRewind() override;
H A DSkLibGifCodec.cpp97 bool SkLibGifCodec::onRewind() { in onRewind() function in SkLibGifCodec
/third_party/skia/include/codec/
H A DSkCodec.h789 * If the stream needed to be rewound, call onRewind.
803 virtual bool onRewind() { in onRewind() function in SkCodec

Completed in 11 milliseconds