Home | History | Annotate | Download | only in X11

Lines Matching refs:B32

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