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