Searched refs:GC (Results 1 - 25 of 61) sorted by relevance

123

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1LogoP.h29 GC foreGC;
30 GC backGC;
H A DXaw3_1SmeBSBP.h77 GC norm_gc; /* noral color gc. */
78 GC rev_gc; /* reverse color gc. */
79 GC norm_gray_gc; /* Normal color (grayed out) gc. */
80 GC invert_gc; /* gc for flipping colors. */
H A DXaw3_1CommandP.h93 GC normal_GC;
94 GC inverse_GC;
H A DXaw3_1StripCharP.h46 GC fgGC; /* graphics context for fgpixel */
47 GC hiGC; /* graphics context for hipixel */
H A DXaw3_1ClockP.h46 GC myGC; /* pointer to GraphicsContext */
47 GC EraseGC; /* eraser GC */
48 GC HandGC; /* Hand GC */
49 GC HighGC; /* Highlighting GC */
H A DXaw3_1LabelP.h73 GC normal_GC;
74 GC gray_GC;
H A DXaw3_1SmeLineP.h71 GC gc; /* Graphics context for drawing line. */
H A DXaw3_1PanedP.h148 GC normgc; /* GC to use when drawing borders */
149 GC invgc; /* GC to use when erasing borders */
150 GC flipgc; /* GC to use when animating
H A DXaw3_1AsciiSinkP.h74 GC normgc, invgc, xorgc;
H A DXaw3_1ListP.h95 GC normgc, /* a couple o' GC's. */
H A DXaw3_1MailboxP.h41 GC gc; /* normal GC to use */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeBSBP.h82 GC norm_gc; /* noral color gc. */
83 GC rev_gc; /* reverse color gc. */
84 GC norm_gray_gc; /* Normal color (grayed out) gc. */
85 GC invert_gc; /* gc for flipping colors. */
H A DCommandP.h117 GC normal_GC;
118 GC inverse_GC;
H A DLabelP.h100 GC normal_GC;
101 GC gray_GC;
H A DStripCharP.h70 GC fgGC; /* graphics context for fgpixel */
71 GC hiGC; /* graphics context for hipixel */
H A DPanedP.h171 GC normgc; /* GC to use when drawing borders */
172 GC invgc; /* GC to use when erasing borders */
173 GC flipgc; /* GC to use when animating
H A DPannerP.h65 GC slider_gc; /* background of slider */
66 GC shadow_gc; /* edge of slider and shadow */
67 GC xor_gc; /* for doing XOR tmp graphics */
H A DAsciiSinkP.h99 GC normgc, invgc, xorgc;
H A DMultiSinkP.h120 GC normgc, invgc, xorgc;
H A DSmeLineP.h75 GC gc; /* Graphics context for drawing line. */
H A DTreeP.h81 GC gc; /* used to draw lines */
103 GC gc; /* treeGC/TreeGC */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DDPSCAPClient.h109 extern void DPSCAPChangeGC(Display * /* agent */, GC /* gc */, unsigned long /* valuemask */, XGCValues * /* values */);
133 extern int DPSCAPCopyGCProc(Display * /* dpy */, GC /* gc */, XExtCodes * /* codes */);
135 extern int DPSCAPFreeGCProc(Display * /* pdpy */, GC /* gc */, XExtCodes * /* codes */);
137 extern int DPSCAPFlushGCProc(Display * /* dpy */, GC /* gc */, XExtCodes * /* codes */);
H A DdpsXpriv.h64 GC gc;
91 GC /* gc */,
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dtransovl.h118 extern Status XSolarisOvlSetPaintType(Display *, GC, XSolarisOvlPaintType);
120 extern XSolarisOvlPaintType XSolarisOvlGetPaintType(Display *, GC);
122 extern Status XSolarisOvlCopyPaintType(Display *, Drawable, Drawable, GC,
128 GC, GC, int, int, int, int,
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXclient.h125 GC gc,
149 GC gc,
170 GC gc,
333 extern void XDPSSyncGCClip(Display *dpy, GC gc);
335 /* This procedure guarantees that changes made to the GC clip are
409 extern void XDPSFlushGC(Display *dpy, GC gc);
411 /* Update the interpreter's copy of the GC, flushing all changes.
412 Whenever the GC associated with a context is changed
413 (either the values of the GC are changed, or the entire
414 GC i
[all...]

Completed in 608 milliseconds

123