Home
last modified time | relevance | path

Searched refs:bmp_header (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/tests/etnaviv/
Dwrite_bmp.c39 struct bmp_header { struct
69 struct bmp_header bmp_header = { in bmp_header_write() local
72 sizeof(struct bmp_header) + sizeof(struct dib_header), in bmp_header_write()
73 .start = sizeof(struct bmp_header) + sizeof(struct dib_header), in bmp_header_write()
99 write(fd, &bmp_header, sizeof(struct bmp_header)); in bmp_header_write()
/external/u-boot/include/
Dbmp_layout.h23 struct __packed bmp_header { struct
45 struct bmp_header header; argument
/external/u-boot/common/
Dsplash_source.c86 struct bmp_header *bmp_hdr; in splash_load_raw()
88 size_t bmp_size, bmp_header_size = sizeof(struct bmp_header); in splash_load_raw()
97 bmp_hdr = (struct bmp_header *)bmp_load_addr; in splash_load_raw()
/external/u-boot/doc/
DREADME.displaying-bmps14 typedef struct bmp_header {