BmpHeader::w is only used within Demonstrations.
 
Symbols
loading...
Files
loading...

BmpHeader::w field

Syntax

uint32_t w;

References

LocationReferrerText
fatfs_storage.h:42
uint32_t w;
fatfs_storage.c:70Storage_OpenReadFile()
nbline = (BITMAP_BUFFER_SIZE - pbmpheader->offset + BITMAP_HEADER_SIZE)/(pbmpheader->w * 2);
fatfs_storage.c:78Storage_OpenReadFile()
nbbytetoread = MIN(size,nbline*pbmpheader->w*2);
fatfs_storage.c:84Storage_OpenReadFile()
pbmpheader->h = nbbytetoread/(pbmpheader->w*2);

Data Use

Functions reading BmpHeader::w
BmpHeader::w
all items filtered out
Type of BmpHeader::w
BmpHeader::w
uint32_t
all items filtered out