Home
last modified time | relevance | path

Searched refs:onIncrementalDecode (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/codec/
H A DSkIcoCodec.h70 Result onIncrementalDecode(int* rowsDecoded) override;
H A DSkPngCodec.h76 Result onIncrementalDecode(int*) override;
H A DSkWuffsCodec.cpp222 Result onIncrementalDecode(int* rowsDecoded) override;
228 // onIncrementalDecode, named "one pass" and "two pass" decoding. One pass
409 return this->onIncrementalDecode(rowsDecoded); in onGetPixels()
573 SkCodec::Result SkWuffsCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode() function in SkWuffsCodec
747 // and before onIncrementalDecode returns kSuccess). in onGetFrameCount()
H A DSkIcoCodec.cpp410 SkCodec::Result SkIcoCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode() function in SkIcoCodec
H A DSkPngCodec.cpp1196 SkCodec::Result SkPngCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode() function in SkPngCodec
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.h61 Result onIncrementalDecode(int*) override;
103 * first call to onIncrementalDecode after calling
117 * calls to onIncrementalDecode.
139 // True on the first call to onIncrementalDecode. This value is passed to
H A DSkLibGifCodec.cpp316 SkCodec::Result SkLibGifCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode() function in SkLibGifCodec
/third_party/skia/include/codec/
H A DSkCodec.h466 return this->onIncrementalDecode(rowsDecoded); in incrementalDecode()
940 virtual Result onIncrementalDecode(int*) { in onIncrementalDecode() function in SkCodec

Completed in 9 milliseconds