Home | History | Annotate | Download | only in core

Lines Matching refs:writePixels

1022     bool writePixels(const SkPixmap& src, int dstX, int dstY);
1044 bool writePixels(const SkPixmap& src) {
1045 return this->writePixels(src, 0, 0);