BitMapFileInfoHeader_Typedef::biSizeImage is only used within LCD_Paint.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLCD_PaintBitMapFileInfoHeader_Typedef::biSizeImage

BitMapFileInfoHeader_Typedef::biSizeImage field

Syntax

uint32_t biSizeImage;

References

LocationReferrerText
main.c:52
uint32_t biSizeImage; /* size of image in bytes */
main.c:430Save_Picture()
bmpFileInfoHeader.biSizeImage = ((BSP_LCD_GetXSize() - 105) * (BSP_LCD_GetYSize() - 105 + 1) * RGB888_BYTE_PER_PIXEL);
main.c:527Save_Picture()
bmpFileInfoHeader.biSizeImage,

Data Use

Functions writing BitMapFileInfoHeader_Typedef::biSizeImage
Functions reading BitMapFileInfoHeader_Typedef::biSizeImage
all items filtered out
BitMapFileInfoHeader_Typedef::biSizeImage
all items filtered out
Type of BitMapFileInfoHeader_Typedef::biSizeImage
BitMapFileInfoHeader_Typedef::biSizeImage
uint32_t
all items filtered out