Lines Matching refs:SkImage_Lazy
47 friend class SkImage_Lazy;
55 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset, in Validator()
101 class SkImage_Lazy::ScopedGenerator {
124 SkImage_Lazy::SkImage_Lazy(Validator* validator) in SkImage_Lazy() function in SkImage_Lazy
133 SkImage_Lazy::~SkImage_Lazy() { in ~SkImage_Lazy()
180 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkImage::CachingHint chint) const { in getROPixels()
218 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
227 sk_sp<SkData> SkImage_Lazy::onRefEncoded() const { in onRefEncoded()
232 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid()
240 sk_sp<GrTextureProxy> SkImage_Lazy::asTextureProxyRef(GrContext* context, in asTextureProxyRef()
252 sk_sp<SkImage> SkImage_Lazy::onMakeSubset(const SkIRect& subset) const { in onMakeSubset()
259 return validator ? sk_sp<SkImage>(new SkImage_Lazy(&validator)) : nullptr; in onMakeSubset()
262 sk_sp<SkImage> SkImage_Lazy::onMakeColorTypeAndColorSpace(SkColorType targetCT, in onMakeColorTypeAndColorSpace()
273 sk_sp<SkImage> result = validator ? sk_sp<SkImage>(new SkImage_Lazy(&validator)) : nullptr; in onMakeColorTypeAndColorSpace()
282 SkImage_Lazy::Validator in MakeFromGenerator()
285 return validator ? sk_make_sp<SkImage_Lazy>(&validator) : nullptr; in MakeFromGenerator()
292 void SkImage_Lazy::makeCacheKeyFromOrigKey(const GrUniqueKey& origKey, in makeCacheKeyFromOrigKey()
341 sk_sp<SkCachedData> SkImage_Lazy::getPlanes(SkYUVASizeInfo* yuvaSizeInfo, in getPlanes()
365 sk_sp<GrTextureProxy> SkImage_Lazy::lockTextureProxy( in lockTextureProxy()