Searched refs:GCFunction (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues); in XCreateDrawable() 86 XChangeGC(dpy, pdp->swapgc, GCFunction, &gcvalues); in XCreateDrawable()
|
/external/libvncserver/x11vnc/ |
D | solid.c | 225 gc = XCreateGC(dpy, window, GCFunction|GCPlaneMask, &gcv); in solid_root() 352 gc = XCreateGC(dpy, twin, GCFunction|GCPlaneMask, &gcv); in solid_cde()
|
D | nox11.h | 616 #define GCFunction (1L<<0) macro
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 4579 - srcGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv); 4581 - dstGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv); 4606 + srcGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv); 4608 + dstGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv);
|