Lines Matching refs:SkImage
12 #include "SkImage.h"
30 class SkImage_Base : public SkImage {
34 // User: returns image info for this SkImage.
70 virtual sk_sp<SkImage> onMakeSubset(const SkIRect&) const = 0;
83 // to know automatically those entries can be purged when this SkImage deleted.
93 virtual sk_sp<SkImage> onMakeColorSpace(sk_sp<SkColorSpace>, SkColorType,
102 typedef SkImage INHERITED;
105 static inline SkImage_Base* as_IB(SkImage* image) {
109 static inline SkImage_Base* as_IB(const sk_sp<SkImage>& image) {
113 static inline const SkImage_Base* as_IB(const SkImage* image) {