| /xsrc/external/mit/oclock/dist/ |
| ClockP.h | 44 GC minuteGC; 45 GC hourGC; 46 GC jewelGC; 47 GC eraseGC; 48 GC shapeGC; /* pointer to GraphicsContext */ 86 extern void paint_jewel ( ClockWidget w, Drawable d, GC gc ); 88 extern void check_jewel ( ClockWidget w, Drawable d, GC gc ); 92 extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] ) [all...] |
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| SmeBSBP.h | 66 GC norm_gc; /* normal color gc */ 67 GC rev_gc; /* reverse color gc */ 68 GC norm_gray_gc; /* Normal color (grayed out) gc */ 69 GC invert_gc; /* gc for flipping colors */
|
| CommandP.h | 89 GC normal_GC; 90 GC inverse_GC;
|
| StripCharP.h | 64 GC fgGC; /* graphics context for fgpixel */ 65 GC hiGC; /* graphics context for hipixel */
|
| ListP.h | 93 GC normgc; 94 GC revgc; 95 GC graygc;
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| LoginP.h | 99 GC textGC; /* pointer to GraphicsContext */ 100 GC bgGC; /* pointer to GraphicsContext */ 101 GC xorGC; /* pointer to GraphicsContext */ 103 GC promptGC; 104 GC greetGC; 105 GC failGC; 107 GC hiGC; /* for hilight part of frame */ 108 GC shdGC; /* for shaded part of frame */ 109 GC inpGC; /* for input field of frame */
|
| /xsrc/external/mit/libX11/dist/src/ |
| GCMisc.c | 35 register GC gc, 39 if (gc->values.arc_mode != arc_mode) { 40 gc->values.arc_mode = arc_mode; 41 gc->dirty |= GCArcMode; 51 register GC gc, 55 if (gc->values.fill_rule != fill_rule) { 56 gc->values.fill_rule = fill_rule; 57 gc->dirty |= GCFillRule [all...] |
| ChGC.c | 36 GC gc, 43 if (valuemask) _XUpdateGCCache (gc, valuemask, values); 46 if (gc->dirty & (GCFont | GCTile | GCStipple)) 47 _XFlushGCCache(dpy, gc);
|
| SetBack.c | 35 GC gc, 39 if (gc->values.background != background) { 40 gc->values.background = background; 41 gc->dirty |= GCBackground;
|
| SetClMask.c | 35 GC gc, 40 gc->values.clip_mask = mask; 41 gc->dirty |= GCClipMask; 42 gc->rects = 0; 43 _XFlushGCCache(dpy, gc);
|
| SetFont.c | 35 GC gc, 39 if (gc->values.font != font) { 40 gc->values.font = font; 41 gc->dirty |= GCFont; 42 _XFlushGCCache(dpy, gc);
|
| SetFore.c | 35 GC gc, 39 if (gc->values.foreground != foreground) { 40 gc->values.foreground = foreground; 41 gc->dirty |= GCForeground;
|
| SetFunc.c | 35 GC gc, 39 if (gc->values.function != function) { 40 gc->values.function = function; 41 gc->dirty |= GCFunction;
|
| SetPMask.c | 35 GC gc, 39 if (gc->values.plane_mask != planemask) { 40 gc->values.plane_mask = planemask; 41 gc->dirty |= GCPlaneMask;
|
| SetStip.c | 35 GC gc, 40 gc->values.stipple = stipple; 41 gc->dirty |= GCStipple; 42 _XFlushGCCache(dpy, gc);
|
| SetTile.c | 35 GC gc, 40 gc->values.tile = tile; 41 gc->dirty |= GCTile; 42 _XFlushGCCache(dpy, gc);
|
| Cr.h | 8 register GC gc,
|
| SetClOrig.c | 35 GC gc, 39 XGCValues *gv = &gc->values; 44 gc->dirty |= GCClipXOrigin; 48 gc->dirty |= GCClipYOrigin;
|
| SetTSOrig.c | 35 GC gc, 39 XGCValues *gv = &gc->values; 44 gc->dirty |= GCTileStipXOrigin; 48 gc->dirty |= GCTileStipYOrigin;
|
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| Drawing.h | 49 GC gc, 62 GC gc, 75 GC gcFore, 76 GC gcBack,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| drisw_priv.h | 64 GC gc; member in struct:drisw_drawable 65 GC swapgc;
|
| /xsrc/external/mit/xfontsel/dist/ |
| ULabelP.h | 95 GC normal_GC; 96 GC gray_GC;
|
| /xsrc/external/mit/xlogo/dist/ |
| LogoP.h | 42 GC foreGC; 43 GC backGC;
|
| /xsrc/external/mit/xman/dist/ |
| ScrollByLP.h | 79 GC move_gc; /* GC to use when moving the text. */ 80 GC bold_gc, normal_gc, italic_gc, symbol_gc; /* gc for drawing. */
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omImText.c | 40 GC gc, 49 XGetGCValues(dpy, gc, GET_VALUE_MASK, &values); 51 XSetFunction(dpy, gc, GXcopy); 52 XSetForeground(dpy, gc, values.background); 53 XSetFillStyle(dpy, gc, FillSolid); 56 XFillRectangle(dpy, d, gc, x + extent.x, y + extent.y, extent.width, 59 XChangeGC(dpy, gc, SET_VALUE_MASK, &values); 61 _XomGenericDrawString(dpy, d, oc, gc, x, y, type, text, length); 65 _XmbGenericDrawImageString(Display *dpy, Drawable d, XOC oc, GC gc, int x [all...] |