Home
last modified time | relevance | path

Searched defs:rowsDecoded (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/fuzz/oss_fuzz/
DFuzzIncrementalImage.cpp31 int rowsDecoded; in FuzzIncrementalImageDecode() local
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp273 int* rowsDecoded) { in onGetPixels()
316 SkCodec::Result SkLibGifCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode()
327 SkCodec::Result SkLibGifCodec::decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded in decodeFrame()
/third_party/skia/src/codec/
DSkSampledCodec.cpp114 int rowsDecoded = 0; in onGetAndroidPixels() local
239 int rowsDecoded = 0; in sampledDecode() local
DSkPngCodec.cpp527 Result decodeAllRows(void* dst, size_t rowBytes, int* rowsDecoded) override { in decodeAllRows()
566 Result decode(int* rowsDecoded) override { in decode()
673 Result decodeAllRows(void* dst, size_t rowBytes, int* rowsDecoded) override { in decodeAllRows()
713 Result decode(int* rowsDecoded) override { in decode()
1155 int* rowsDecoded) { in onGetPixels()
1191 SkCodec::Result SkPngCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode()
DSkBmpMaskCodec.cpp30 int* rowsDecoded) { in onGetPixels()
DSkIcoCodec.cpp297 int* rowsDecoded) { in onGetPixels()
410 SkCodec::Result SkIcoCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode()
DSkWbmpCodec.cpp117 int* rowsDecoded) { in onGetPixels()
DSkWuffsCodec.cpp404 int* rowsDecoded) { in onGetPixels()
573 SkCodec::Result SkWuffsCodec::onIncrementalDecode(int* rowsDecoded) { in onIncrementalDecode()
DSkBmpStandardCodec.cpp40 int* rowsDecoded) { in onGetPixels()
DSkWebpCodec.cpp488 int rowsDecoded = 0; in onGetPixels() local
DSkBmpRLECodec.cpp41 int* rowsDecoded) { in onGetPixels()
DSkHeifCodec.cpp381 int* rowsDecoded) { in onGetPixels()
DSkCodec.cpp436 int rowsDecoded = 0; in getPixels() local
DSkJpegCodec.cpp554 int* rowsDecoded) { in onGetPixels()
DSkRawCodec.cpp685 int* rowsDecoded) { in onGetPixels()
/third_party/skia/tests/
DCodecTest.cpp1423 int rowsDecoded = 77; in DEF_TEST() local
/third_party/skia/dm/
DDMSrcSink.cpp609 int rowsDecoded; in draw() local