Lines Matching defs:dst
219 void* dst,
229 // decoding writes directly from the Wuffs image decoder to the dst buffer
230 // (the dst argument to onStartIncrementalDecode). Two pass decoding first
232 // the intermediate buffer into the dst buffer.
240 uint8_t* dst,
401 void* dst,
405 SkCodec::Result result = this->onStartIncrementalDecode(dstInfo, dst, rowBytes, options);
417 void* dst,
420 if (!dst) {
469 dstInfo, static_cast<uint8_t*>(dst), rowBytes, options,
476 fIncrDecDst = static_cast<uint8_t*>(dst);
483 uint8_t* dst,
493 table.ptr = dst;
504 // SRC is usually faster than SRC_OVER, but for a dependent frame, dst is
511 SkSampler::Fill(dstInfo, dst, rowBytes, options.fZeroInitialized);
673 // The Wuffs model is that the dst buffer is the image, not the frame.