Lines Matching defs:attributes
51 XpmAttributes attributes;
70 attributes.valuemask = 0;
71 attributes.valuemask |= XpmSize;
72 attributes.valuemask |= XpmReturnPixels;
73 attributes.valuemask |= XpmColormap;
74 attributes.valuemask |= XpmDepth;
75 attributes.valuemask |= XpmVisual;
76 attributes.valuemask |= XpmCloseness;
77 attributes.valuemask |= XpmColorSymbols;
79 attributes.numsymbols = 4;
80 attributes.colorsymbols = overrides;
87 attributes.colormap = AlternateCmap ? AlternateCmap : stdcmap;
88 attributes.depth = Scr->d_depth;
89 attributes.visual = Scr->d_visual;
90 attributes.closeness = 65535; /* Never fail */
92 &(image->pixmap), &(image->mask), &attributes);
100 image->width = attributes.width;
101 image->height = attributes.height;