Home
last modified time | relevance | path

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

/external/webkit/WebKit/qt/Plugins/
DICOHandler.cpp41 struct BMP_INFOHDR struct
43 static const quint32 Size = 40;
44 quint32 biSize; // size of this struct
45 quint32 biWidth; // pixmap width
46 quint32 biHeight; // pixmap height
47 quint16 biPlanes; // should be 1
48 quint16 biBitCount; // number of bits per pixel
49 enum Compression { RGB = 0 };
50 quint32 biCompression; // compression method
51 quint32 biSizeImage; // size of image
[all …]