This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | tagWINRGBQUAD |
Windows Bitmap Struct Definitions. More... | |
struct | tagWINBITMAPFILEHEADER |
struct | tagWINBITMAPINFOHEADER |
struct | tagWINBITMAPINFO |
struct | tagWINBITMAPCOREHEADER |
Defines | |
#define | BI_RGB 0L |
#define | BI_RLE8 1L |
#define | BI_RLE4 2L |
#define | BI_BITFIELDS 3L |
Typedefs | |
typedef tagWINRGBQUAD | WINRGBQUAD |
Windows Bitmap Struct Definitions. | |
typedef tagWINBITMAPFILEHEADER | WINBITMAPFILEHEADER |
typedef tagWINBITMAPINFOHEADER | WINBITMAPINFOHEADER |
typedef tagWINBITMAPINFO | WINBITMAPINFO |
typedef tagWINBITMAPCOREHEADER | WINBITMAPCOREHEADER |
|
Definition at line 78 of file plwindefs.h. Referenced by PLBmpDecoder::decodeHiColor(). |
|
Definition at line 75 of file plwindefs.h. |
|
Definition at line 77 of file plwindefs.h. |
|
Definition at line 76 of file plwindefs.h. |
|
|
|
Referenced by PLBmpEncoder::DoEncode(), PLAnyPicDecoder::getFileType(), and PLBmpDecoder::getInfoHeader(). |
|
|
|
Referenced by PLBmpDecoder::decodeHiColor(), PLBmpDecoder::DoDecode(), PLBmpEncoder::DoEncode(), PLBmpDecoder::getInfoHeader(), and PLBmpDecoder::readPalette(). |
|
Windows Bitmap Struct Definitions. Contains the definitions for the data structures used in windows bitmap files. For windows apps, they are already defined - but not with these names. The WINRGBQUAD, WINBITMAPFILEHEADER, WINBITMAPINFOHEADER, and WINBITMAPINFO structs are defined as RGBQUAD etc. in the windows header files. See the windows documentation for details. Referenced by PLBmpDecoder::decode24bppLine(), PLBmpEncoder::DoEncode(), and PLBmpDecoder::readPalette(). |