Home
last modified time | relevance | path

Searched refs:fCachedImage (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/image/
DSkSurface_Base.h125 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage()
132 sk_sp<SkImage> fCachedImage; variable
157 if (fCachedImage) { in refCachedImage()
158 return fCachedImage; in refCachedImage()
161 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()
164 return fCachedImage; in refCachedImage()
DSkSurface.cpp217 return fCachedImage && !fCachedImage->unique(); in outstandingImageSnapshot()
225 if (fCachedImage) { in aboutToDraw()
229 bool unique = fCachedImage->unique(); in aboutToDraw()
236 fCachedImage.reset(); in aboutToDraw()
/third_party/skia/src/image/
DSkSurface_Base.h140 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage()
147 sk_sp<SkImage> fCachedImage; variable
173 if (fCachedImage) { in refCachedImage()
174 return fCachedImage; in refCachedImage()
177 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()
180 return fCachedImage; in refCachedImage()
DSkSurface.cpp47 if (fCachedImage) { in ~SkSurface_Base()
48 as_IB(fCachedImage.get())->generatingSurfaceIsDeleted(); in ~SkSurface_Base()
117 return fCachedImage && !fCachedImage->unique(); in outstandingImageSnapshot()
125 if (fCachedImage) { in aboutToDraw()
129 bool unique = fCachedImage->unique(); in aboutToDraw()
138 fCachedImage.reset(); in aboutToDraw()
/third_party/skia/samplecode/
DSampleTextureUpload.cpp54 sk_sp<SkImage> fCachedImage; member in TextureUploadSample::RenderTargetTexture
/third_party/flutter/skia/samplecode/
DSampleTextureUpload.cpp54 sk_sp<SkImage> fCachedImage; member in TextureUploadSample::RenderTargetTexture