Lines Matching defs:Memimage
6 typedef struct Memimage Memimage; typedef
39 struct Memimage struct
41 Rectangle r; /* rectangle in data area, local coords */
42 Rectangle clipr; /* clipping region */
43 int depth; /* number of bits of storage per pixel */
44 int nchan; /* number of channels */
45 ulong chan; /* channel descriptions */
46 Memcmap *cmap;
48 Memdata *data; /* pointer to data; shared by windows in this image */
49 int zero; /* data->bdata+zero==&byte containing (0,0) */
50 ulong width; /* width in words of a single scan line */
51 Memlayer *layer; /* nil if not a layer*/
52 ulong flags;
76 * to draw characters in the specified color (itself a Memimage) in Memimage b. argument