Home
last modified time | relevance | path

Searched defs:BMP_INFOHEADER (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/plugin/bmp/
H A Dbmphdr.h29 struct BMP_INFOHEADER struct
31 dword biSize;
32 int32 biWidth;
33 int32 biHeight;
34 word biPlanes;
35 word biBitCount;
36 dword biCompression;
37 dword biSizeImage;
40 dword biClrUsed;
41 dword biClrImportant;
[all …]
H A D_bmp.h33 struct BMP_INFOHEADER struct
35 dword biSize;
36 long biWidth;
37 long biHeight;
38 word biPlanes;
39 word biBitCount;
40 dword biCompression;
41 dword biSizeImage;
44 dword biClrUsed;
45 dword biClrImportant;
[all …]