| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Backgnd.c | 43 req->valueMask = CWBackPixel;
|
| H A D | Border.c | 43 req->valueMask = CWBorderPixel;
|
| H A D | ChCmap.c | 43 req->valueMask = CWColormap;
|
| H A D | DefCursor.c | 43 req->valueMask = CWCursor;
|
| H A D | PmapBgnd.c | 42 req->valueMask = CWBackPixmap;
|
| H A D | PmapBord.c | 42 req->valueMask = CWBorderPixmap;
|
| H A D | SelInput.c | 43 req->valueMask = CWEventMask;
|
| H A D | UndefCurs.c | 43 req->valueMask = CWCursor;
|
| H A D | ChWAttrs.c | 51 if ((req->valueMask = valuemask))
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 92 (GCVAL(bit,valueMask,v->comp,default) != gcv.comp)) return False 106 register XtGCMask valueMask, 146 valueMask &= ptr->unused_mask | dynamicMask; 147 if (valueMask) { 148 XChangeGC(dpy, ptr->gc, valueMask, v); 149 if (valueMask & GCDashList) 151 if (valueMask & GCClipMask) 189 XtGCMask valueMask, 215 unusedMask &= ~valueMask; 222 Matches(dpy, cur, valueMask, value 104 Matches(Display * dpy,GCptr ptr,register XtGCMask valueMask,register XGCValues * v,XtGCMask readOnlyMask,XtGCMask dynamicMask) argument 187 XtAllocateGC(register Widget widget,Cardinal depth,XtGCMask valueMask,XGCValues * values,XtGCMask dynamicMask,XtGCMask unusedMask) argument 294 XtGetGC(register Widget widget,XtGCMask valueMask,XGCValues * values) argument [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | securproto.h | 66 CARD32 valueMask; member in struct:__anon8d45dfc30308
|
| H A D | dmxproto.h | 230 CARD32 valueMask; member in struct:__anonaceddf2a0d08 327 CARD32 valueMask; member in struct:__anonaceddf2a1508 402 CARD32 valueMask; member in struct:__anonaceddf2a1b08
|
| H A D | multibufproto.h | 160 CARD32 valueMask; /* modified entries */ member in struct:__anon359927490908 195 CARD32 valueMask; member in struct:__anon359927490c08
|
| H A D | syncproto.h | 253 CARD32 valueMask; member in struct:_xSyncCreateAlarmReq 306 CARD32 valueMask; member in struct:_xSyncChangeAlarmReq
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Simple.c | 312 XawSimpleRealize(Widget w, Mask *valueMask, XSetWindowAttributes *attributes) argument 333 *valueMask |= CWBorderPixmap; 334 *valueMask &= (Mask)(~CWBorderPixel); 340 *valueMask |= CWCursor; 343 *valueMask, attributes);
|
| H A D | Porthole.c | 217 XawPortholeRealize(Widget gw, Mask *valueMask, XSetWindowAttributes *attr) argument 220 *valueMask |= CWBitGravity; 227 (gw, valueMask, attr);
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | Clock.c | 83 static void Realize ( Widget gw, XtValueMask *valueMask, 349 static void Realize (Widget gw, XtValueMask *valueMask, argument 356 *valueMask |= CWBackingStore; 361 *valueMask |= CWBackPixel; 362 *valueMask &= ~CWBackPixmap; 365 *valueMask, attrs );
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx.c | 437 if (len != Ones(stuff->valueMask) + paddedLength/4) 443 count = dmxFetchScreenAttributes(stuff->valueMask, &attr, value_list); 686 if (len != Ones(stuff->valueMask)) 694 dmxFetchDesktopAttributes(stuff->valueMask, &attr, value_list); 792 if (len != Ones(stuff->valueMask) + paddedLength/4) 797 count = dmxFetchInputAttributes(stuff->valueMask, &attr, value_list); 958 swapl(&stuff->valueMask, n); 1003 swapl(&stuff->valueMask, n); 1038 swapl(&stuff->valueMask, n);
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XSecurity.c | 255 req->valueMask = valuemask & XSecurityAllAuthorizationAttributes; 256 nvalues = Ones(req->valueMask);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | security.c | 450 len += Ones(stuff->valueMask); 455 if (stuff->valueMask & ~XSecurityAllAuthorizationAttributes) 457 client->errorValue = stuff->valueMask; 463 if (stuff->valueMask & XSecurityTimeout) 470 if (stuff->valueMask & XSecurityTrustLevel) 483 if (stuff->valueMask & XSecurityGroup) 505 if (stuff->valueMask & XSecurityEventMask) 679 swapl(&stuff->valueMask, n);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | security.c | 420 len += Ones(stuff->valueMask); 425 if (stuff->valueMask & ~XSecurityAllAuthorizationAttributes) { 426 client->errorValue = stuff->valueMask; 432 if (stuff->valueMask & XSecurityTimeout) { 438 if (stuff->valueMask & XSecurityTrustLevel) { 449 if (stuff->valueMask & XSecurityGroup) { 469 if (stuff->valueMask & XSecurityEventMask) { 628 swapl(&stuff->valueMask);
|
| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawA.c | 77 static void Realize(Widget w,Mask *valueMask,XSetWindowAttributes *attributes); 518 static void Realize(Widget w,Mask *valueMask,XSetWindowAttributes *attributes){ argument 530 *valueMask&=~CWBackPixel; 533 XtCreateWindow(w,(unsigned int)InputOutput,glw->glwDrawingArea.visualInfo->visual,*valueMask,attributes);
|
| /xsrc/external/mit/xditview/dist/ |
| H A D | Dvi.c | 245 Realize(Widget w, XtValueMask * valueMask, XSetWindowAttributes *attrs) argument 252 *valueMask |= CWBackingStore; 255 *valueMask, attrs);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_stencil.c | 179 s = (GLubyte) (stencil[j] & valueMask); \ 218 const GLuint valueMask = ctx->Stencil.ValueMask[face]; local in function:do_stencil_test 219 const GLubyte ref = (GLubyte) (_mesa_get_stencil_ref(ctx, face) & valueMask);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_stencil.c | 179 s = (GLubyte) (stencil[j] & valueMask); \ 218 const GLuint valueMask = ctx->Stencil.ValueMask[face]; local in function:do_stencil_test 219 const GLubyte ref = (GLubyte) (_mesa_get_stencil_ref(ctx, face) & valueMask);
|