Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ reset
Method
reset
test/src/utils/TextShaper.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
return (*cache)[fontId];
132
}
133
void reset() {
134
lru->clear();
135
cache->clear();
136
}
137
138
private:
139
std::list<uint32_t>* lru;
Callers
2
TGFX_TEST
Function · 0.45
PurgeCaches
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
TGFX_TEST
Function · 0.36