Lines Matching full:dstinfo
887 const SkImageInfo dstInfo = requestedDstInfo.makeWH(srcR.width(), srcR.height());
897 dstPixels = ((char*)dstPixels - y * dstRB - x * dstInfo.bytesPerPixel());
908 const SkImageInfo srcInfo = this->info().makeWH(dstInfo.width(), dstInfo.height());
911 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, this->rowBytes(),
961 const SkImageInfo dstInfo = src->info().makeColorType(dstColorType);
964 if (!tmpDst.setInfo(dstInfo)) {