Searched defs:gc (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
H A Dglamor_utils.h1034 glamor_ddx_fallback_check_gc(GCPtr gc) argument
1038 if (!gc)
1040 switch (gc->fillStyle) {
1043 pixmap = gc->stipple;
1046 pixmap = gc->tile.pixmap;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
H A Dglamor_utils.h956 glamor_ddx_fallback_check_gc(GCPtr gc) argument
960 if (!gc)
962 switch (gc->fillStyle) {
965 pixmap = gc->stipple;
968 pixmap = gc->tile.pixmap;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxgc.h47 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxgc.h46 XlibGC gc; member in struct:_dmxGCPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxgc.h47 XlibGC gc; member in struct:_dmxGCPriv
H A DPs.h221 GCPtr gc; member in struct:_DisplayElmRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxgc.h47 XlibGC gc; member in struct:_dmxGCPriv
H A DPs.h221 GCPtr gc; member in struct:_DisplayElmRec
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py46 import gc namespace
48 gc = None variable
526 if gc is not None:
527 gc.collect()
534 if gc is not None:
535 gc.collect()
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c40 fill_bitmap(Display *dpy, Window win, GC gc, argument
50 XSetForeground(dpy, gc, 0);
51 XFillRectangle(dpy, pixmap, gc, 0, 0, 8*width, height);
52 XSetForeground(dpy, gc, 1);
57 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
125 GC gc; local
179 gc = XCreateGC(dpy, pixmap, valuemask, &values);
224 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
235 XFreeGC(dpy, gc);
H A Dstub.h100 GC gc; member in struct:glxpixmap_info_t
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c116 static GC gc; variable
560 gc = XCreateGC(display, window, 0, &gcvalues);
581 XSetForeground(display, gc, bg_pixel);
582 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
726 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
789 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
804 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
832 XFreeGC(display, gc);

Completed in 77 milliseconds

12