#include "pandabase.h"
#include "pnmimage_base.h"
Go to the source code of this file.
Defines | |
#define | C_WIN 1 |
#define | C_OS2 2 |
Functions | |
unsigned long | BMPlenfileheader (int classv) |
unsigned long | BMPleninfoheader (int classv) |
unsigned long | BMPlenrgbtable (int classv, unsigned long bitcount) |
unsigned long | BMPlenline (int classv, unsigned long bitcount, unsigned long x) |
unsigned long | BMPlenbits (int classv, unsigned long bitcount, unsigned long x, unsigned long y) |
unsigned long | BMPlenfile (int classv, unsigned long bitcount, unsigned long x, unsigned long y) |
unsigned long | BMPoffbits (int classv, unsigned long bitcount) |
Variables | |
char | er_internal [] = "%s: internal error!" |
Definition in file bmp.h.
|
Definition at line 39 of file bmp.h. Referenced by BMPlenfileheader(), BMPleninfoheader(), BMPlenline(), BMPlenrgbtable(), BMPreadinfoheader(), BMPwriteinfoheader(), BMPwritergb(), and PNMFileTypeBMP::Writer::write_data(). |
|
Definition at line 38 of file bmp.h. Referenced by BMPlenfileheader(), BMPleninfoheader(), BMPlenline(), BMPlenrgbtable(), BMPreadinfoheader(), BMPreadrgbtable(), BMPwriteinfoheader(), BMPwritergb(), and PNMFileTypeBMP::Writer::Writer(). |
|
Definition at line 149 of file bmp.h. References BMPlenline(), x, and y. Referenced by BMPlenfile(). |
|
Definition at line 171 of file bmp.h. References BMPlenbits(), BMPoffbits(), x, and y. Referenced by BMPEncode(), BMPEncode24(), and BMPwritefileheader(). |
|
Definition at line 44 of file bmp.h. References C_OS2, C_WIN, er_internal, and pm_error(). Referenced by BMPEncode(), BMPEncode24(), and BMPoffbits(). |
|
Definition at line 59 of file bmp.h. References C_OS2, C_WIN, er_internal, and pm_error(). Referenced by BMPEncode(), BMPEncode24(), and BMPoffbits(). |
|
Definition at line 111 of file bmp.h. References C_OS2, C_WIN, er_internal, pm_error(), and x. Referenced by BMPlenbits(). |
|
Definition at line 74 of file bmp.h. References C_OS2, C_WIN, er_internal, and pm_error(). Referenced by BMPEncode(), and BMPoffbits(). |
|
Definition at line 160 of file bmp.h. References BMPlenfileheader(), BMPleninfoheader(), and BMPlenrgbtable(). Referenced by BMPlenfile(), and BMPwritefileheader(). |
|
Definition at line 41 of file bmp.h. Referenced by BMPlenfileheader(), BMPleninfoheader(), BMPlenline(), and BMPlenrgbtable(). |