• Home
  • Raw
  • Download

Lines Matching refs:SkImage_Lazy

49     friend class SkImage_Lazy;
57 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset, in Validator()
103 class SkImage_Lazy::ScopedGenerator {
126 SkImage_Lazy::SkImage_Lazy(Validator* validator) in SkImage_Lazy() function in SkImage_Lazy
134 SkImage_Lazy::~SkImage_Lazy() { in ~SkImage_Lazy()
181 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkImage::CachingHint chint) const { in getROPixels()
219 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
228 sk_sp<SkData> SkImage_Lazy::onRefEncoded() const { in onRefEncoded()
233 bool SkImage_Lazy::onIsValid(GrContext* context) const { in onIsValid()
241 GrSurfaceProxyView SkImage_Lazy::refView(GrRecordingContext* context, GrSamplerState params, in refView()
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 GrSurfaceProxyView SkImage_Lazy::lockTextureProxyView( in lockTextureProxyView()
572 GrColorType SkImage_Lazy::colorTypeOfLockTextureProxy(const GrCaps* caps) const { in colorTypeOfLockTextureProxy()