Home | History | Annotate | Download | only in core

Lines Matching refs:dstPixels

840 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB,
845 if (NULL == dstPixels || dstRB < requestedDstInfo.minRowBytes()) {
868 dstPixels = ((char*)dstPixels - y * dstRB - x * dstInfo.bytesPerPixel());
882 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, this->rowBytes(),