Home
last modified time | relevance | path

Searched refs:whitegc (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/xpat2/xpat2-1.07/src/
H A DX-gfx2.c219 XCopyArea(dpy, p, p, whitegc, x, 1, 1, H-1, w-1-x, H+2); in MirrorCard()
229 XCopyArea(dpy, p, p, whitegc, 0, 0, w, 1, 0, h-1); in MirrorCard()
303 XCopyPlane(dpy, tmpmap, logomap, whitegc, 0, 0, in make_GCs()
584 XSetClipMask(dpy, whitegc, p.clip); in overlap_picture()
585 XSetClipOrigin(dpy, whitegc, x, y); in overlap_picture()
587 XSetClipMask(dpy, whitegc, None); in overlap_picture()
758 XSetClipMask(dpy, whitegc, big.clip); in paint_large_2()
761 XSetClipMask(dpy, whitegc, None); in paint_large_2()
853 XSetClipMask(dpy, whitegc, bg.clip); in start_card()
854 XSetClipOrigin(dpy, whitegc, x, y); in start_card()
[all …]
H A DX-expose.c21 XCopyArea(dpy, exp_bkp, table, whitegc, 0, 0, in hide_exposed_card()
44 XCopyArea(dpy, table, exp_bkp, whitegc, rem_x, rem_y, in show_exposed_card()
H A DXlib-buttons.c30 XFillRectangle(dpy, table, whitegc, 0, graphic.buttons_height, in show_message()
72 XmuFillRoundedRectangle(dpy, win, whitegc, p->x, p->y, in redraw_buttons()
84 XFillRectangle(dpy, win, whitegc, p->x, p->y, p->w-1, p->h-1); in redraw_buttons()
H A DXlib-events.c65 XFillRectangle(dpy, confirm.win, whitegc, 0, 0, confirm.w-1, confirm.h-1); in redraw_confirm()
88 XFillRectangle(dpy, finished_win, whitegc, 0, 0, in redraw_finwin()
H A DX-markcard.c79 XCopyArea(dpy, table, mark_storage, whitegc, x, y, in set_mark()
92 XCopyArea(dpy, mark_storage, table, whitegc, 0, 0, in clear_mark()
H A DX-arrows.c97 XCopyArea(dpy, table, ap->arrow_storage, whitegc, in bitblt_arrow()
101 XCopyArea(dpy, ap->arrow_storage, table, whitegc, in bitblt_arrow()
H A DX-loadcards.c80 cardgc = graphic.is_color ? blackgc: whitegc; in paint_external_card()
H A DX-pat.h195 extern GC whitegc;
/dports/games/3dpong/3dpong-0.5/src/
H A D3dpong.c41 GC whitegc[2], blackgc[2]; variable
725 X_WIDTH, -Y_HEIGHT, Z_DEPTH, whitegc[pln]); in eventloop()
727 -X_WIDTH, Y_HEIGHT, Z_DEPTH, whitegc[pln]); in eventloop()
729 X_WIDTH, Y_HEIGHT, Z_DEPTH, whitegc[pln]); in eventloop()
734 X_WIDTH, Y_HEIGHT, -Z_DEPTH, whitegc[pln]); in eventloop()
743 X_WIDTH, Y_HEIGHT, Z_DEPTH, whitegc[pln]); in eventloop()
755 X_WIDTH, Y_HEIGHT, 0, whitegc[pln]); in eventloop()
763 X_WIDTH, net_height, 0, whitegc[pln]); in eventloop()
765 X_WIDTH, net_height, 0, whitegc[pln]); in eventloop()
767 -X_WIDTH, Y_HEIGHT, 0, whitegc[pln]); in eventloop()
[all …]
/dports/games/xlennart/xlennart-1.1.1/
H A Dx11.c24 static GC stdgc, whitegc; variable
249 whitegc = XCreateGC(display, window, gcmask, &gcval); in x11_graphics_init()
250 XSetBackground(display, whitegc, white.pixel); in x11_graphics_init()
251 XSetForeground(display, whitegc, white.pixel); in x11_graphics_init()
258 XFillRectangle(display, offscreen, whitegc, 0, 0, in x11_clear_window()
/dports/games/xbill/xbill-2.1/
H A Dx11.c24 static GC stdgc, whitegc; variable
249 whitegc = XCreateGC(display, window, gcmask, &gcval); in x11_graphics_init()
250 XSetBackground(display, whitegc, white.pixel); in x11_graphics_init()
251 XSetForeground(display, whitegc, white.pixel); in x11_graphics_init()
258 XFillRectangle(display, offscreen, whitegc, 0, 0, in x11_clear_window()
/dports/games/brickout/brickout-2002.06.09/
H A Dbrickout.c142 GC whitegc, blackgc, pastegc; variable
855 XFillRectangle(display, window, whitegc, paddle_x, 150, 32, 10);
862 SDL_FillRect(window, &dest, whitegc);
869 XFillRectangle(display, window, whitegc, ball_x, ball_y, 8, 8);
876 SDL_FillRect(window, &dest, whitegc);
1440 SDL_FillRect(window, &dest, whitegc);
1498 XFillRectangle(display, window, whitegc, 0, 0, 160, 160);
1668 whitegc = CreateGC(display, window, white, black);
1698 whitegc = SDL_MapRGB(window->format, 255, 255, 255);
2085 XFillRectangle(display, window, whitegc, x * 16, y * 10, 16, 10);
[all …]
/dports/games/xkoules/koules1.4/xlib/
H A Dinterface.c121 … XCopyArea (dp, source.pixmap, destination.pixmap, whitegc, 0, 0, MAPWIDTH, MAPHEIGHT + 20, 0, 0); in CopyVSToVS()
175 XPutImage (dp, wi, whitegc, source.ximage, 0, 0, 0, 0, MAPWIDTH, MAPHEIGHT + 20); in CopyToScreen()
177 XShmPutImage (dp, wi, whitegc, source.ximage, 0, 0, 0, 0, MAPWIDTH, MAPHEIGHT + 20, True); in CopyToScreen()
211 XPutImage (dp, pm.bitmap, whitegc, bitmap.bitmap, 0, 0, 0, 0, x, y); in CompileBitmap()
H A Dinterface.h100 WHERE GC whitegc; variable
162 #define DrawText(xp,yp,text) XDrawString (dp, current.pixmap, whitegc, xp, yp + 7, text, strlen (te…
163 #define DrawWhiteMaskedText(xp,yp,text) XDrawString (dp, current.pixmap, whitegc, xp, yp + 7, text,…
H A Dinit.c444 whitegc = XCreateGC (dp, wi, 0, NULL); in initialize()
509 XSetFont (dp, whitegc, f); in initialize()
513 XSetBackground (dp, whitegc, BlackPixel (dp, screen)); in initialize()
514 XSetForeground (dp, whitegc, WhitePixel (dp, screen)); in initialize()
519 XSetBackground (dp, whitegc, 0); in initialize()
520 XSetForeground (dp, whitegc, pixels[255]); in initialize()
H A Dtext.c178 XDrawString (dp, current.pixmap, whitegc, xp, yp + 7, text, strlen (text)); in DrawWhiteMaskedText()
193 XDrawString (dp, current.pixmap, whitegc, xp, yp + 7, text, strlen (text)); in DrawText()
/dports/games/spider/spider/
H A Dgfx.c109 static GC whitegc; variable
149 whitegc = XCreateGC(dpy, RootWindow(dpy, screen), gcflags, &gcv);
195 XCopyPlane(dpy, tmpmap, logomap, whitegc, 0, 0,
851 XSetClipRectangles(dpy, whitegc, x, y, cliprects, 1,
859 XmuFillRoundedRectangle(dpy, table, whitegc, x, y,
868 XFillRectangle(dpy, table, whitegc, x, y,
879 XmuFillRoundedRectangle(dpy, table, whitegc, x, y,
890 XFillRectangle(dpy, table, whitegc, x, y,
957 XSetClipMask(dpy, whitegc, None);
1270 cardgc = is_color ? blackgc: whitegc;
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Dstk_extern.h68 extern GC whitegc;
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dstk_globals.c55 GC whitegc; /* white */ variable
H A Ddraw.c134 set_clip(whitegc, x, y, width, height); in draw_view()
139 XFillRectangle(display,view->draw_window->win, whitegc, x, y, (uint)width,(uint) height); in draw_view()
227 set_clip(whitegc, x, y, w, h); in draw_section0()
548 XFillPolygon(display,view->draw_window->win,whitegc,xp,num,Complex,CoordModeOrigin); in draw_arrow()
H A Dstk_init.c103 whitegc = XCreateGC(display, toolWindow->win, GCForeground, &gcvalues); in stk_init()
/dports/games/spellcast/spellcast/
H A Dxspell.h57 GC blackgc, whitegc; member
H A Dxtext.c229 XFillRectangle(py->dpy, py->win, py->whitegc, si->x-SCROLL_W+2, si->y,
235 XFillRectangle(py->dpy, py->win, py->whitegc, si->x-SCROLL_W+2,
H A Dxtalk.c50 XDrawLines(py->dpy, py->win, py->whitegc, caret, 3, CoordModePrevious);
/dports/games/xblackjack/xblackjack-2.2/
H A DDraw.c195 static GC whitegc; variable
289 whitegc = XCreateGC(dpy, RootWindow(dpy, screen), gcflags, &gcv);
328 XCopyPlane(dpy, tmpmap, logomap, whitegc, 0, 0,
727 XmuFillRoundedRectangle(dpy, win, whitegc, x, y,
794 XSetClipMask(dpy, whitegc, None);

12