CircleOS  1
Data Fields
sdbmp Struct Reference

Data Fields

u16 * mBmpFile
 Pointer to the end of the header. More...
 
u16 mCompressionMethod
 Compressions are not supported. More...
 
u8 * mData
 Pointer to the raw data. More...
 
u16 mWidth
 Width of the bitmap == number of columns. More...
 
u16 mHeight
 Height of the bitmap == number of rows. More...
 
u16 mBitPerPixel
 Number of bit per pixel in the file. It corresponds to the size of the index for indexed colors. More...
 
u16 mNumberOfColorInPalette
 Number of colors when a palette is used. More...
 
u8 * mColorTable
 Pointer to the palette (if any) More...
 

Detailed Description

Definition at line 30 of file dma2d_graphic.h.

Field Documentation

u16 sdbmp::mBitPerPixel

Definition at line 37 of file dma2d_graphic.h.

u16* sdbmp::mBmpFile

Definition at line 32 of file dma2d_graphic.h.

u8* sdbmp::mColorTable

Definition at line 39 of file dma2d_graphic.h.

u16 sdbmp::mCompressionMethod

Definition at line 33 of file dma2d_graphic.h.

u8* sdbmp::mData

Definition at line 34 of file dma2d_graphic.h.

u16 sdbmp::mHeight

Definition at line 36 of file dma2d_graphic.h.

u16 sdbmp::mNumberOfColorInPalette

Definition at line 38 of file dma2d_graphic.h.

u16 sdbmp::mWidth

Definition at line 35 of file dma2d_graphic.h.


The documentation for this struct was generated from the following file: