Lines Matching defs:image
14 #include "src/image/SkImage_Base.h"
15 #include "src/image/SkRescaleAndReadPixels.h"
16 #include "src/image/SkSurface_Base.h"
80 auto image = this->makeImageSnapshot();
81 if (image) {
82 canvas->drawImage(image.get(), x, y, sampling, paint);
131 // the cached image. Note: we only call if there is an outstanding owner
132 // on the image (besides us).
140 // regardless of copy-on-write, we must drop our cached image now, so
145 // Our content isn't held by any image now, so we can consider that content mutable.