OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internalRef
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkCachedData.h
27
void ref() const { this->
internalRef
(false); }
61
void
internalRef
(bool fromCache) const;
103
void attachToCacheAndRef() const { this->
internalRef
(true); }
SkCachedData.cpp
84
void SkCachedData::
internalRef
(bool fromCache) const {
Completed in 544 milliseconds