Home | History | Annotate | Download | only in core

Lines Matching refs:writePixels

728 bool SkCanvas::writePixels(const SkBitmap& bitmap, int x, int y) {
731 return this->writePixels(pm.info(), pm.addr(), pm.rowBytes(), x, y);
736 bool SkCanvas::writePixels(const SkImageInfo& srcInfo, const void* pixels, size_t rowBytes,
759 return device->writePixels({srcInfo, pixels, rowBytes}, x, y);