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

Method isOverflowGlyph

lib/EpdFont/SdCardFont.cpp:1377–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375}
1376
1377bool SdCardFont::isOverflowGlyph(const EpdGlyph* glyph) const {
1378 for (uint32_t i = 0; i < overflowCount_; i++) {
1379 if (&overflow_[i].glyph == glyph) return true;
1380 }
1381 return false;
1382}
1383
1384const uint8_t* SdCardFont::getOverflowBitmap(const EpdGlyph* glyph) const {
1385 for (uint32_t i = 0; i < overflowCount_; i++) {

Callers 1

getGlyphBitmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected