Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:B32

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