Home | History | Annotate | Download | only in core

Lines Matching defs:readPixels

823 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB,
829 return src.pixmap().readPixels(requestedDstInfo, dstPixels, dstRB, x, y);
845 if (fPixelRef->readPixels(&tmpSrc, dstColorType, &subset)) {
847 // FIXME: The only meaningful implementation of readPixels
895 if (!srcPM.readPixels(dstUnlocker.pixmap())) {