| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | Attrib.c | 159 xpmInitAttributes(XpmAttributes *attributes) argument 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 186 xpmSetAttributes(XpmAttributes * attributes,XpmImage * image,XpmInfo * info) argument 256 XpmFreeAttributes(XpmAttributes * attributes) argument [all...] |
| H A D | 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 89 xpmSetInfoMask(XpmInfo * info,XpmAttributes * attributes) argument 104 xpmSetInfo(XpmInfo * info,XpmAttributes * attributes) argument [all...] |
| H A D | CrBufFrP.c | 46 XpmAttributes *attributes) 55 if (attributes && attributes->valuemask & XpmSize) { 56 width = attributes->width; 57 height = attributes->height; 68 shapeimage, attributes); 41 XpmCreateBufferFromPixmap(Display * display,char ** buffer_return,Pixmap pixmap,Pixmap shapemask,XpmAttributes * attributes) argument
|
| H A D | CrDatFrP.c | 46 XpmAttributes *attributes) 55 if (attributes && attributes->valuemask & XpmSize) { 56 width = attributes->width; 57 height = attributes->height; 68 shapeimage, attributes); 41 XpmCreateDataFromPixmap(Display * display,char *** data_return,Pixmap pixmap,Pixmap shapemask,XpmAttributes * attributes) argument
|
| H A D | WrFFrP.c | 46 XpmAttributes *attributes) 55 if (attributes && attributes->valuemask & XpmSize) { 56 width = attributes->width; 57 height = attributes->height; 68 attributes); 41 XpmWriteFileFromPixmap(Display * display,const char * filename,Pixmap pixmap,Pixmap shapemask,XpmAttributes * attributes) argument
|
| H A D | 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); 43 XpmCreateImageFromBuffer(Display * display,char * buffer,XImage ** image_return,XImage ** shapeimage_return,XpmAttributes * attributes) argument
|
| H A D | 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); 43 XpmCreateImageFromData(Display * display,char ** data,XImage ** image_return,XImage ** shapeimage_return,XpmAttributes * attributes) argument
|
| H A D | CrPFrBuf.c | 47 XpmAttributes *attributes) 63 attributes); 41 XpmCreatePixmapFromBuffer(Display * display,Drawable d,char * buffer,Pixmap * pixmap_return,Pixmap * shapemask_return,XpmAttributes * attributes) argument
|
| H A D | CrPFrDat.c | 47 XpmAttributes *attributes) 63 attributes); 41 XpmCreatePixmapFromData(Display * display,Drawable d,char ** data,Pixmap * pixmap_return,Pixmap * shapemask_return,XpmAttributes * attributes) argument
|
| H A D | RdFToP.c | 47 XpmAttributes *attributes) 62 attributes); 41 XpmReadFileToPixmap(Display * display,Drawable d,const char * filename,Pixmap * pixmap_return,Pixmap * shapemask_return,XpmAttributes * attributes) argument
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | image_xpm.c | 51 XpmAttributes attributes; local in function:LoadXpmImage 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 [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | 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 32 _XProcessWindowAttributes(Display * dpy,xChangeWindowAttributesReq * req,unsigned long valuemask,XSetWindowAttributes * attributes) argument 100 XCreateWindow(register Display * dpy,Window parent,int x,int y,unsigned int width,unsigned int height,unsigned int borderWidth,int depth,unsigned int class,Visual * visual,unsigned long valuemask,XSetWindowAttributes * attributes) argument [all...] |
| H A D | ChWAttrs.c | 43 XSetWindowAttributes *attributes) 52 _XProcessWindowAttributes (dpy, req, valuemask, attributes); 39 XChangeWindowAttributes(register Display * dpy,Window w,unsigned long valuemask,XSetWindowAttributes * attributes) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | Makefile.sources | 2 attributes.c \
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | 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/xorg-server.old/dist/dix/ |
| H A D | 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/MesaLib/dist/src/glx/ |
| H A D | 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/ |
| H A D | 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/xorg-server.old/dist/config/ |
| H A D | 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_outo [all...] |
| /xsrc/external/mit/xorg-server/dist/config/ |
| H A D | 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_outo [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | 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/ |
| H A D | 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/bdftopcf/dist/ |
| H A D | 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/libXpm/dist/include/X11/ |
| H A D | xpm.h | 132 unsigned long valuemask; /* Specifies which attributes are defined */ 159 unsigned long valuemask; /* Specifies which attributes are 303 XpmAttributes *attributes)); 309 XpmAttributes *attributes)); 316 XpmAttributes *attributes)); 322 XpmAttributes *attributes)); 329 XpmAttributes *attributes)); 335 XpmAttributes *attributes)); 341 XpmAttributes *attributes)); 347 XpmAttributes *attributes)); [all...] |