Home | History | Annotate | Download | only in X11

Lines Matching refs:B32

54 	CARD32 header_size B32;		
56 CARD32 file_version B32; /* = XWD_FILE_VERSION above */
57 CARD32 pixmap_format B32; /* ZPixmap or XYPixmap */
58 CARD32 pixmap_depth B32; /* Pixmap depth */
59 CARD32 pixmap_width B32; /* Pixmap width */
60 CARD32 pixmap_height B32; /* Pixmap height */
61 CARD32 xoffset B32; /* Bitmap x offset, normally 0 */
62 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
66 CARD32 bitmap_unit B32;
68 CARD32 bitmap_bit_order B32; /* bitmaps only: MSBFirst, LSBFirst */
72 CARD32 bitmap_pad B32;
74 CARD32 bits_per_pixel B32; /* Bits per pixel */
79 CARD32 bytes_per_line B32;
80 CARD32 visual_class B32; /* Class of colormap */
81 CARD32 red_mask B32; /* Z red mask */
82 CARD32 green_mask B32; /* Z green mask */
83 CARD32 blue_mask B32; /* Z blue mask */
84 CARD32 bits_per_rgb B32; /* Log2 of distinct color values */
85 CARD32 colormap_entries B32; /* Number of entries in colormap; not used? */
86 CARD32 ncolors B32; /* Number of XWDColor structures */
87 CARD32 window_width B32; /* Window width */
88 CARD32 window_height B32; /* Window height */
89 CARD32 window_x B32; /* Window upper left X coordinate */
90 CARD32 window_y B32; /* Window upper left Y coordinate */
91 CARD32 window_bdrwidth B32; /* Window border width */
102 CARD32 pixel B32;