Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface_Base.h99 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage()
106 sk_sp<SkImage> fCachedImage; variable
131 if (fCachedImage) { in refCachedImage()
132 return fCachedImage; in refCachedImage()
135 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()
138 return fCachedImage; in refCachedImage()
DSkSurface.cpp81 return fCachedImage && !fCachedImage->unique(); in outstandingImageSnapshot()
89 if (fCachedImage) { in aboutToDraw()
93 bool unique = fCachedImage->unique(); in aboutToDraw()
100 fCachedImage.reset(); in aboutToDraw()