Lines Matching defs:bmp_dib_header
32 struct bmp_dib_header { struct33 u32 dib_header_size;34 s32 width;35 s32 height;36 u16 planes;37 u16 bpp;38 u32 compression;39 u32 bitmap_size;40 u32 horz_resolution;41 u32 vert_resolution;42 u32 colors_used;43 u32 colors_important;