Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ isFontCacheScanning
Method
isFontCacheScanning
lib/GfxRenderer/GfxRenderer.cpp:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
bool GfxRenderer::isFontCacheScanning() const { return fontCacheManager_ && fontCacheManager_->isScanning(); }
95
96
void GfxRenderer::insertFont(const int fontId, EpdFontFamily font) {
97
auto result = fontMap.insert({fontId, font});
Callers
1
render
Method · 0.80
Calls
1
isScanning
Method · 0.80
Tested by
no test coverage detected