Lines Matching refs:SkImage_Lazy
48 friend class SkImage_Lazy;
56 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset, in Validator()
102 class SkImage_Lazy::ScopedGenerator {
125 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(GrRecordingContext* context, in asTextureProxyRef()
252 sk_sp<SkImage> SkImage_Lazy::onMakeSubset(GrRecordingContext* context, in onMakeSubset()
260 return validator ? sk_sp<SkImage>(new SkImage_Lazy(&validator)) : nullptr; in onMakeSubset()
263 sk_sp<SkImage> SkImage_Lazy::onMakeColorTypeAndColorSpace(GrRecordingContext*, in onMakeColorTypeAndColorSpace()
275 sk_sp<SkImage> result = validator ? sk_sp<SkImage>(new SkImage_Lazy(&validator)) : nullptr; in onMakeColorTypeAndColorSpace()
282 sk_sp<SkImage> SkImage_Lazy::onReinterpretColorSpace(sk_sp<SkColorSpace> newCS) const { in onReinterpretColorSpace()
302 SkImage_Lazy::Validator in MakeFromGenerator()
305 return validator ? sk_make_sp<SkImage_Lazy>(&validator) : nullptr; in MakeFromGenerator()
350 void SkImage_Lazy::makeCacheKeyFromOrigKey(const GrUniqueKey& origKey, in makeCacheKeyFromOrigKey()
399 sk_sp<SkCachedData> SkImage_Lazy::getPlanes(SkYUVASizeInfo* yuvaSizeInfo, in getPlanes()
423 sk_sp<GrTextureProxy> SkImage_Lazy::lockTextureProxy( in lockTextureProxy()