MCPcopy Create free account
hub / github.com/Michaelangel007/nanofont3x4 / WindowsBitmapFileHeader

Method WindowsBitmapFileHeader

dump_bmp.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 uint32_t bfOffbits;
32
33 WindowsBitmapFileHeader()
34 {
35 memset( this, 0, sizeof( *this ) );
36 }
37
38 WindowsBitmapFileHeader( const uint8_t *data )
39 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected