Lines Matching defs:image
15 #include "src/image/SkImage_Base.h"
24 #include "src/image/SkImage_Gpu.h"
76 static inline const SkSpecialImage_Base* as_SIB(const SkSpecialImage* image) {
77 return static_cast<const SkSpecialImage_Base*>(image);
157 sk_sp<SkImage> image,
159 SkASSERT(rect_fits(subset, image->width(), image->height()));
163 auto [view, ct] = as_IB(image)->asView(rContext, GrMipmapped::kNo);
166 image->uniqueID(),
169 image->refColorSpace(),
176 if (as_IB(image)->getROPixels(nullptr, &bm)) {
314 // Since we're making a copy of the raster, the resulting special image is the exact size
379 // This should never be called: All GPU image filters are implemented entirely on the GPU,