Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp270 uint8_t* fIncrDecDst; member in final
366 fIncrDecDst(nullptr),
476 fIncrDecDst = static_cast<uint8_t*>(dst); in onStartIncrementalDecode()
574 if (!fIncrDecDst) { in onIncrementalDecode()
585 fIncrDecDst = nullptr; in onIncrementalDecode()
653 SkSampler::Fill(dstInfo(), fIncrDecDst, fIncrDecRowBytes, options().fZeroInitialized); in onIncrementalDecodeTwoPass() local
697 draw.fDst.reset(dstInfo(), fIncrDecDst, fIncrDecRowBytes); in onIncrementalDecodeTwoPass() local
773 bool incrementalDecodeIsInProgress = fIncrDecDst != nullptr; in onGetFrameCount()

Completed in 2 milliseconds