MCPcopy 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_TESTFunction · 0.45
PurgeCachesMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

TGFX_TESTFunction · 0.36