MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / init

Method init

lib/EpdFont/FontDecompressor.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9FontDecompressor::~FontDecompressor() { deinit(); }
10
11bool FontDecompressor::init() {
12 clearCache();
13 return true;
14}
15
16void FontDecompressor::deinit() {
17 freePageBuffer();

Callers 5

readFileToMemoryMethod · 0.45
readFileToStreamMethod · 0.45
decompressGroupMethod · 0.45
setupDisplayAndFontsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected