| /xsrc/external/mit/libXpm/dist/src/ |
| Attrib.c | 159 xpmInitAttributes(XpmAttributes *attributes) 161 if (attributes) { 162 attributes->pixels = NULL; 163 attributes->npixels = 0; 164 attributes->colorTable = NULL; 165 attributes->ncolors = 0; 167 attributes->hints_cmt = NULL; 168 attributes->colors_cmt = NULL; 169 attributes->pixels_cmt = NULL; 171 if (attributes->valuemask & XpmReturnExtensions) [all...] |
| Info.c | 91 XpmAttributes *attributes) 94 if (attributes->valuemask & XpmReturnInfos) 96 if (attributes->valuemask & XpmReturnExtensions) 106 XpmAttributes *attributes) 109 if (attributes->valuemask & XpmInfos) { 111 info->hints_cmt = attributes->hints_cmt; 112 info->colors_cmt = attributes->colors_cmt; 113 info->pixels_cmt = attributes->pixels_cmt; 115 if (attributes->valuemask & XpmExtensions) { 117 info->extensions = attributes->extensions [all...] |
| CrBufFrP.c | 46 XpmAttributes *attributes) 55 if (attributes && attributes->valuemask & XpmSize) { 56 width = attributes->width; 57 height = attributes->height; 68 shapeimage, attributes);
|
| CrDatFrP.c | 46 XpmAttributes *attributes) 55 if (attributes && attributes->valuemask & XpmSize) { 56 width = attributes->width; 57 height = attributes->height; 68 shapeimage, attributes);
|
| WrFFrP.c | 46 XpmAttributes *attributes) 55 if (attributes && attributes->valuemask & XpmSize) { 56 width = attributes->width; 57 height = attributes->height; 68 attributes);
|
| CrIFrBuf.c | 48 XpmAttributes *attributes) 62 if (attributes) { 63 xpmInitAttributes(attributes); 64 xpmSetInfoMask(&info, attributes); 67 &image, &info, attributes); 71 &image, NULL, attributes); 72 if (attributes) { 74 xpmSetAttributes(attributes, &image, &info);
|
| CrIFrDat.c | 48 XpmAttributes *attributes) 62 if (attributes) { 63 xpmInitAttributes(attributes); 64 xpmSetInfoMask(&info, attributes); 67 &image, &info, attributes); 71 &image, NULL, attributes); 72 if (attributes) { 74 xpmSetAttributes(attributes, &image, &info);
|
| CrPFrBuf.c | 47 XpmAttributes *attributes) 63 attributes);
|
| CrPFrDat.c | 47 XpmAttributes *attributes) 63 attributes);
|
| RdFToP.c | 47 XpmAttributes *attributes) 62 attributes);
|
| /xsrc/external/mit/ctwm/dist/ |
| image_xpm.c | 51 XpmAttributes attributes; local 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 [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| Window.c | 36 XSetWindowAttributes *attributes) 43 *value++ = attributes->background_pixmap; 46 *value++ = attributes->background_pixel; 49 *value++ = attributes->border_pixmap; 52 *value++ = attributes->border_pixel; 55 *value++ = attributes->bit_gravity; 58 *value++ = attributes->win_gravity; 61 *value++ = attributes->backing_store; 64 *value++ = attributes->backing_planes; 67 *value++ = attributes->backing_pixel [all...] |
| ChWAttrs.c | 43 XSetWindowAttributes *attributes) 52 _XProcessWindowAttributes (dpy, req, valuemask, attributes);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| Xserver.d | 53 #pragma D attributes Unstable/Unstable/Common provider Xserver provider 54 #pragma D attributes Private/Private/Unknown provider Xserver module 55 #pragma D attributes Private/Private/Unknown provider Xserver function 56 #pragma D attributes Unstable/Unstable/Common provider Xserver name 57 #pragma D attributes Unstable/Unstable/Common provider Xserver args
|
| /xsrc/external/mit/xorg-server/dist/config/ |
| fdi2iclass.py | 68 if node.attributes.has_key('key'): 69 key = node.attributes['key'].nodeValue 79 if node.attributes.has_key('string'): 80 value = node.attributes['string'].nodeValue 81 elif node.attributes.has_key('contains'): 82 value = node.attributes['contains'].nodeValue 88 elif node.attributes.has_key('string_outof'): 89 value = node.attributes['string_outof'].nodeValue.replace(';','|') 90 elif node.attributes.has_key('contains_outof'): 91 all_values = node.attributes['contains_outof'].nodeValue.split(';' [all...] |
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| fdi2iclass.py | 68 if node.attributes.has_key('key'): 69 key = node.attributes['key'].nodeValue 79 if node.attributes.has_key('string'): 80 value = node.attributes['string'].nodeValue 81 elif node.attributes.has_key('contains'): 82 value = node.attributes['contains'].nodeValue 88 elif node.attributes.has_key('string_outof'): 89 value = node.attributes['string_outof'].nodeValue.replace(';','|') 90 elif node.attributes.has_key('contains_outof'): 91 all_values = node.attributes['contains_outof'].nodeValue.split(';' [all...] |
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| sxpm.c | 127 XpmAttributes attributes; member in struct:_XpmIcon 254 icon.attributes.valuemask = XpmReturnAllocPixels; 256 &icon.mask, &icon.attributes); 335 view.attributes.color_key = XPM_MONO; 340 view.attributes.color_key = XPM_GRAY4; 345 view.attributes.color_key = XPM_GRAY; 350 view.attributes.color_key = XPM_COLOR; 355 view.attributes.closeness = 40000; 361 view.attributes.rgb_fname = argv[++n]; 387 view.attributes.colormap = colormap [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| Xserver.d | 60 #pragma D attributes Unstable/Unstable/Common provider Xserver provider 61 #pragma D attributes Private/Private/Unknown provider Xserver module 62 #pragma D attributes Private/Private/Unknown provider Xserver function 63 #pragma D attributes Unstable/Unstable/Common provider Xserver name 64 #pragma D attributes Unstable/Unstable/Common provider Xserver args
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| clientattrib.c | 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 86 gc->attributes.stackPointer = spp + 1; 106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; 109 if (spp > &gc->attributes.stack[0]) { 114 gc->attributes.stackPointer = spp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| clientattrib.c | 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 86 gc->attributes.stackPointer = spp + 1; 106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; 109 if (spp > &gc->attributes.stack[0]) { 114 gc->attributes.stackPointer = spp; 138 for (spp = &gc->attributes.stack[0]; 139 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
|
| /xsrc/external/mit/bdftopcf/dist/ |
| bitmaputil.c | 101 minbounds->attributes &= ci->metrics.attributes; 102 maxbounds->attributes |= ci->metrics.attributes; 128 minbounds->attributes &= ci->metrics.attributes; 129 maxbounds->attributes |= ci->metrics.attributes; 178 minbounds->attributes &= ci->attributes; [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| bitmaputil.c | 100 minbounds->attributes &= ci->metrics.attributes; 101 maxbounds->attributes |= ci->metrics.attributes; 127 minbounds->attributes &= ci->metrics.attributes; 128 maxbounds->attributes |= ci->metrics.attributes; 179 minbounds->attributes &= ci->attributes; [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| bitmaputil.c | 102 minbounds->attributes &= ci->metrics.attributes; 103 maxbounds->attributes |= ci->metrics.attributes; 129 minbounds->attributes &= ci->metrics.attributes; 130 maxbounds->attributes |= ci->metrics.attributes; 181 minbounds->attributes &= ci->attributes; [all...] |
| /xsrc/external/mit/libXpm/dist/include/X11/ |
| xpm.h | 111 unsigned long valuemask; /* Specifies which attributes are defined */ 138 unsigned long valuemask; /* Specifies which attributes are 273 XpmAttributes *attributes)); 279 XpmAttributes *attributes)); 286 XpmAttributes *attributes)); 292 XpmAttributes *attributes)); 298 XpmAttributes *attributes)); 304 XpmAttributes *attributes)); 310 XpmAttributes *attributes)); 316 XpmAttributes *attributes)); [all...] |
| /xsrc/external/mit/xmag/dist/ |
| RootWin.c | 34 static void Realize ( Widget w, XtValueMask *value_mask, XSetWindowAttributes *attributes ); 80 _X_UNUSED XSetWindowAttributes *attributes)
|