Home | History | Annotate | Download | only in core

Lines Matching refs:writePixels

1040     bool writePixels(const SkPixmap& src, int dstX, int dstY);
1062 bool writePixels(const SkPixmap& src) {
1063 return this->writePixels(src, 0, 0);