Searched refs:fCachedImage (Results 1 – 2 of 2) sorted by relevance
86 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage()93 sk_sp<SkImage> fCachedImage; variable118 if (fCachedImage) { in refCachedImage()119 return fCachedImage; in refCachedImage()122 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()125 return fCachedImage; in refCachedImage()
81 return fCachedImage && !fCachedImage->unique(); in outstandingImageSnapshot()89 if (fCachedImage) { in aboutToDraw()93 bool unique = fCachedImage->unique(); in aboutToDraw()100 fCachedImage.reset(); in aboutToDraw()