OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internalUnref
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkCachedData.h
28
void unref() const { this->
internalUnref
(false); }
62
void
internalUnref
(bool fromCache) const;
109
void detachFromCacheAndUnref() const { this->
internalUnref
(true); }
SkCachedData.cpp
88
void SkCachedData::
internalUnref
(bool fromCache) const {
Completed in 49 milliseconds