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

Method isScanning

lib/GfxRenderer/FontCacheManager.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool FontCacheManager::isScanning() const { return scanMode_ == ScanMode::Scanning; }
63
64void FontCacheManager::recordText(const char* text, int fontId, EpdFontFamily::Style style) {
65 scanText_ += text;

Callers 6

renderMethod · 0.80
isFontCacheScanningMethod · 0.80
drawTextMethod · 0.80
drawLineMethod · 0.80
fillRectImplMethod · 0.80
drawBitmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected