Home | History | Annotate | Download | only in core

Lines Matching refs:writePixels

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