MCPcopy 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
94bool GfxRenderer::isFontCacheScanning() const { return fontCacheManager_ && fontCacheManager_->isScanning(); }
95
96void GfxRenderer::insertFont(const int fontId, EpdFontFamily font) {
97 auto result = fontMap.insert({fontId, font});

Callers 1

renderMethod · 0.80

Calls 1

isScanningMethod · 0.80

Tested by

no test coverage detected