FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
xwd.h File Reference

Go to the source code of this file.

Macros

#define XWD_VERSION   7
 
#define XWD_HEADER_SIZE   100
 
#define XWD_CMAP_SIZE   12
 
#define XWD_XY_BITMAP   0
 
#define XWD_XY_PIXMAP   1
 
#define XWD_Z_PIXMAP   2
 
#define XWD_STATIC_GRAY   0
 
#define XWD_GRAY_SCALE   1
 
#define XWD_STATIC_COLOR   2
 
#define XWD_PSEUDO_COLOR   3
 
#define XWD_TRUE_COLOR   4
 
#define XWD_DIRECT_COLOR   5
 

Macro Definition Documentation

#define XWD_VERSION   7

Definition at line 26 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_HEADER_SIZE   100

Definition at line 27 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_CMAP_SIZE   12

Definition at line 28 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_XY_BITMAP   0

Definition at line 30 of file xwd.h.

#define XWD_XY_PIXMAP   1

Definition at line 31 of file xwd.h.

#define XWD_Z_PIXMAP   2

Definition at line 32 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_STATIC_GRAY   0

Definition at line 34 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_GRAY_SCALE   1

Definition at line 35 of file xwd.h.

Referenced by xwd_decode_frame().

#define XWD_STATIC_COLOR   2

Definition at line 36 of file xwd.h.

Referenced by xwd_decode_frame().

#define XWD_PSEUDO_COLOR   3

Definition at line 37 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_TRUE_COLOR   4

Definition at line 38 of file xwd.h.

Referenced by xwd_decode_frame(), and xwd_encode_frame().

#define XWD_DIRECT_COLOR   5

Definition at line 39 of file xwd.h.

Referenced by xwd_decode_frame().