Home | History | Annotate | Download | only in core

Lines Matching defs:readPixels

959     bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
990 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
992 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY,
1022 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const;
1044 bool readPixels(const SkPixmap& dst) const {
1045 return this->readPixels(dst, 0, 0);