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

Method getOverflowBitmap

lib/EpdFont/SdCardFont.cpp:1384–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1382}
1383
1384const uint8_t* SdCardFont::getOverflowBitmap(const EpdGlyph* glyph) const {
1385 for (uint32_t i = 0; i < overflowCount_; i++) {
1386 if (&overflow_[i].glyph == glyph) {
1387 return overflow_[i].bitmap;
1388 }
1389 }
1390 return nullptr;
1391}
1392
1393SdCardFont* SdCardFont::fromMissCtx(void* ctx) { return static_cast<OverflowContext*>(ctx)->self; }

Callers 1

getGlyphBitmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected