| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | CrPixFBit.c | 64 XGCValues xgcv; local in function:XmuCreatePixmapFromBitmap 66 xgcv.foreground = fore; 67 xgcv.background = back; 68 xgcv.graphics_exposures = False; 72 &xgcv);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | cachedGCs.c | 315 XGCValues xgcv; local in function:newCache 323 memset(&xgcv, 0, sizeof(xgcv)); 324 xgcv.font = NEXT(font)->fs->fid; 343 xgcv.graphics_exposures = True; /* default */ 344 xgcv.function = GXcopy; 349 xgcv.graphics_exposures = True; /* default */ 350 xgcv.function = GXcopy; 353 xgcv.fill_style = FillTiled; 354 xgcv 406 XGCValues xgcv; local in function:chgCache [all...] |
| H A D | graphics.c | 162 static XGCValues xgcv; variable in typeref:typename:XGCValues 1575 memset(&xgcv, 0, sizeof(xgcv)); 1576 xgcv.graphics_exposures = False; 1577 graphics_gc = XCreateGC(display, drawable, GCGraphicsExposures, &xgcv); 1665 xgcv.foreground = 1667 XChangeGC(display, graphics_gc, GCForeground, &xgcv);
|
| H A D | screen.c | 1421 XGCValues xgcv; local in function:MakeMarkGC 1424 memset(&xgcv, 0, sizeof(xgcv)); 1425 xgcv.foreground = WhichMarkColor(set); 1429 &xgcv);
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 493 XGCValues xgcv; local in function:setDrawBuf 504 xgcv.foreground = closure->drawbuf->pixels[closure->pixelsperbuf-1]; 505 xgcv.background = closure->drawbuf->pixels[0]; 508 xgcv.plane_mask = closure->drawbuf->enplanemask; 511 XChangeGC(dpy, closure->gcontext, mask, &xgcv); 834 XGCValues xgcv; local in function:do_ico_window 982 xgcv.background = bg; 983 xgcv.foreground = fg; 984 xgcv.line_width = linewidth; 986 xgcv [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | shape.c | 168 XGCValues xgcv; local in function:make_shape_mask 173 gc = XCreateGC(dpy, shapeMask, 0, &xgcv);
|
| /xsrc/external/mit/libxkbui/dist/src/ |
| H A D | XKBui.c | 132 XGCValues xgcv; local in function:XkbUI_Init 190 xgcv.foreground= view->opts.fg; 191 xgcv.background= view->opts.bg; 192 view->gc= XCreateGC(view->dpy,view->win,GCForeground|GCBackground,&xgcv);
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | Clock.c | 192 XGCValues xgcv; local in function:Resize 246 w->clock.shapeGC = XCreateGC (XtDisplay (w), shape_mask, 0, &xgcv);
|
| /xsrc/external/mit/xbiff/dist/ |
| H A D | Mailbox.c | 235 XGCValues xgcv = { local in function:get_mailbox_gc 241 return (XtGetGC ((Widget) w, valuemask, &xgcv));
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | Eyes.c | 804 XGCValues xgcv; local in function:Resize 843 0, &xgcv);
|