Home | History | Annotate | Download | only in core

Lines Matching defs:readPixels

643 bool SkCanvas::readPixels(SkBitmap* bitmap,
650 return device->readPixels(bitmap, x, y, config8888);
653 bool SkCanvas::readPixels(const SkIRect& srcRect, SkBitmap* bitmap) {
668 if (this->readPixels(&tmp, bounds.fLeft, bounds.fTop)) {