Lines Matching refs:dstInfo
247 SkCodec::Result SkIcoCodec::onGetPixels(const SkImageInfo& dstInfo, in onGetPixels() argument
259 index = this->chooseCodec(dstInfo.dimensions(), index); in onGetPixels()
265 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts); in onGetPixels()
271 *rowsDecoded = dstInfo.height(); in onGetPixels()
285 SkCodec::Result SkIcoCodec::onStartScanlineDecode(const SkImageInfo& dstInfo, in onStartScanlineDecode() argument
290 index = this->chooseCodec(dstInfo.dimensions(), index); in onStartScanlineDecode()
296 result = embeddedCodec->startScanlineDecode(dstInfo, &options); in onStartScanlineDecode()
319 SkCodec::Result SkIcoCodec::onStartIncrementalDecode(const SkImageInfo& dstInfo, in onStartIncrementalDecode() argument
323 index = this->chooseCodec(dstInfo.dimensions(), index); in onStartIncrementalDecode()
329 switch (embeddedCodec->startIncrementalDecode(dstInfo, in onStartIncrementalDecode()
347 if (embeddedCodec->startScanlineDecode(dstInfo) == kSuccess) { in onStartIncrementalDecode()