Definition at line 70 of file SkRemoteGlyphCacheTest.cpp.
◆ DiscardableManager()
DiscardableManager::DiscardableManager |
( |
| ) |
|
|
inline |
◆ ~DiscardableManager()
DiscardableManager::~DiscardableManager |
( |
| ) |
|
|
overridedefault |
◆ cacheMissCount()
int DiscardableManager::cacheMissCount |
( |
uint32_t |
type | ) |
|
|
inline |
◆ createHandle()
◆ deleteHandle()
◆ handleCount()
◆ hasCacheMiss()
bool DiscardableManager::hasCacheMiss |
( |
| ) |
const |
|
inline |
Definition at line 136 of file SkRemoteGlyphCacheTest.cpp.
136 {
138
139 for (uint32_t
i = 0;
i <= SkStrikeClient::CacheMissType::kLast; ++
i) {
140 if (fCacheMissCount[
i] > 0) {
return true; }
141 }
142 return false;
143 }
◆ isHandleDeleted()
◆ lockedHandles()
◆ lockHandle()
◆ notifyCacheMiss()
◆ resetCacheMissCounts()
void DiscardableManager::resetCacheMissCounts |
( |
| ) |
|
|
inline |
◆ unlockAll()
void DiscardableManager::unlockAll |
( |
| ) |
|
|
inline |
◆ unlockAndDeleteAll()
void DiscardableManager::unlockAndDeleteAll |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: