Lines Matching refs:dstInfo
256 SkCodec::Result SkIcoCodec::onGetPixels(const SkImageInfo& dstInfo, in onGetPixels() argument
268 index = this->chooseCodec(dstInfo.dimensions(), index); in onGetPixels()
274 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts); in onGetPixels()
280 *rowsDecoded = dstInfo.height(); in onGetPixels()
294 SkCodec::Result SkIcoCodec::onStartScanlineDecode(const SkImageInfo& dstInfo, in onStartScanlineDecode() argument
299 index = this->chooseCodec(dstInfo.dimensions(), index); in onStartScanlineDecode()
305 result = embeddedCodec->startScanlineDecode(dstInfo, &options); in onStartScanlineDecode()
328 SkCodec::Result SkIcoCodec::onStartIncrementalDecode(const SkImageInfo& dstInfo, in onStartIncrementalDecode() argument
332 index = this->chooseCodec(dstInfo.dimensions(), index); in onStartIncrementalDecode()
338 switch (embeddedCodec->startIncrementalDecode(dstInfo, in onStartIncrementalDecode()
356 if (embeddedCodec->startScanlineDecode(dstInfo) == kSuccess) { in onStartIncrementalDecode()