Searched defs:gc (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | xlock.h | 57 GC gc; /* graphics context for animation */ member in struct:__anon111
|
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 52 static GC gc; /* graphics context */ variable 108 XSetForeground(dsp, gc, i * max + j); 109 XFillRectangle(dsp, window, gc, x, y, w, h); 147 XSetForeground(dsp, gc, (i * 16 + j)<<roffset); 148 XFillRectangle(dsp, window, gc, x, y, w, h); 159 XSetForeground(dsp, gc, (i * 16 + j)<<goffset); 160 XFillRectangle(dsp, window, gc, x, y, w, h); 171 XSetForeground(dsp, gc, (i * 16 + j)<<boffset); 172 XFillRectangle(dsp, window, gc, x, y, w, h); 387 gc [all...] |
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | TransOvl.c | 958 GC gc, 970 obj.gc = gc; 998 FlushGC(dpy, gc); 1002 req->gc = gc->gid; 1014 GC gc 1025 obj.gc = gc; 1041 GC gc, 956 XSolarisOvlSetPaintType( Display *dpy, GC gc, XSolarisOvlPaintType paintType ) argument 1037 XSolarisOvlCopyPaintType( Display *dpy, Drawable src, Drawable dst, GC gc, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y, unsigned long action_mask, unsigned long planemask ) argument [all...] |
Completed in 492 milliseconds