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

BmpHeader::offset field

Syntax

uint32_t offset;

References

LocationReferrerText
fatfs_storage.h:40
uint32_t offset;
fatfs_storage.c:61Storage_OpenReadFile()
size = pbmpheader->fsize - pbmpheader->offset;
fatfs_storage.c:67Storage_OpenReadFile()
f_read(&bmpfile, &aBuffer, pbmpheader->offset, &BytesRead);
fatfs_storage.c:70Storage_OpenReadFile()
nbline = (BITMAP_BUFFER_SIZE - pbmpheader->offset + BITMAP_HEADER_SIZE)/(pbmpheader->w * 2);
fatfs_storage.c:81Storage_OpenReadFile()
pbmpheader->fsize = pbmpheader->offset + nbbytetoread;
fatfs_storage.c:87Storage_OpenReadFile()
f_lseek(&bmpfile, pbmpheader->offset + size - nbbytetoread);
fatfs_storage.c:90Storage_OpenReadFile()
f_read(&bmpfile, aBuffer + pbmpheader->offset, nbbytetoread, &BytesRead);

Data Use

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