Searched refs:fCachedImage (Results 1 – 6 of 6) sorted by relevance
125 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage()132 sk_sp<SkImage> fCachedImage; variable157 if (fCachedImage) { in refCachedImage()158 return fCachedImage; in refCachedImage()161 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()164 return fCachedImage; in refCachedImage()
217 return fCachedImage && !fCachedImage->unique(); in outstandingImageSnapshot()225 if (fCachedImage) { in aboutToDraw()229 bool unique = fCachedImage->unique(); in aboutToDraw()236 fCachedImage.reset(); in aboutToDraw()
140 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage()147 sk_sp<SkImage> fCachedImage; variable173 if (fCachedImage) { in refCachedImage()174 return fCachedImage; in refCachedImage()177 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()180 return fCachedImage; in refCachedImage()
47 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()
54 sk_sp<SkImage> fCachedImage; member in TextureUploadSample::RenderTargetTexture