OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCachedImage
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/image/
SkSurface_Base.h
86
bool
hasCachedImage
() const { return fCachedImage != nullptr; }
SkSurface_Raster.cpp
138
SkASSERT(!this->
hasCachedImage
()); // Shouldn't be any snapshots out there.
Completed in 74 milliseconds