Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface_Base.h99 bool hasCachedImage() const { return fCachedImage != nullptr; } in hasCachedImage() function
DSkSurface_Raster.cpp146 SkASSERT(!this->hasCachedImage()); // Shouldn't be any snapshots out there. in onRestoreBackingMutability()