Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
FontDecompressor::~FontDecompressor() { deinit(); }
10
11
bool FontDecompressor::init() {
12
clearCache();
13
return true;
14
}
15
16
void FontDecompressor::deinit() {
17
freePageBuffer();
Callers
5
pngFileToBmpStreamInternal
Method · 0.45
readFileToMemory
Method · 0.45
readFileToStream
Method · 0.45
decompressGroup
Method · 0.45
setupDisplayAndFonts
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected