Home
last modified time | relevance | path

Searched refs:fastmask (Results 1 – 3 of 3) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dt3d.c176 Pixmap fastcircles , fastmask; member
178 XImage* fastcircles[maxfast] , fastmask[maxfast]; member
452 XCopyArea(display, t3dp->fastmask, buf, t3dp->andgc, sum1ton(d)-(d+1)/2, in t3d_fill_kugel()
459 XPutImage(display, buf, t3dp->andgc, t3dp->fastmask[d-1], 0, 0, in t3d_fill_kugel()
539 t3d_fill_kugel(i,t3dp->fastmask,0 , mi ); in t3d_init_kugel()
550 t3dp->fastmask[i]=XGetImage(display,t3dp->buffer,0,0,i+2,i+2, in t3d_init_kugel()
649 if (t3dp->fastmask != None) { in free_t3d_screen()
650 XFreePixmap(display, t3dp->fastmask); in free_t3d_screen()
651 t3dp->fastmask = None; in free_t3d_screen()
727 ((t3dp->fastmask = XCreatePixmap (display, window, in t3d_initialize()
[all …]
/dports/x11-clocks/t3d/t3d-1.1_2/
H A Dt3d.c112 Pixmap fastmask; variable
115 XImage* fastmask[maxfast]; variable
418 fastmask = XCreatePixmap (dpy, DefaultRootWindow(dpy), fastcw, fastch+1,
429 XFillRectangle (dpy, fastmask , gc, 0, 0, fastcw, fastch+1);
450 fill_kugel(i,fastmask,0); in init_kugel()
460 fastmask[i]=XGetImage(dpy,buffer,0,0,i+2,i+2,(1<<planes)-1,ZPixmap); in init_kugel()
609 XCopyArea(dpy, fastmask, buf, andgc, sum1ton(d)-(d+1)/2, 1,d,d,
614 XPutImage(dpy, buf, andgc, fastmask[d-1], 0, 0,
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dt3d.c122 Pixmap fastmask; member
125 XImage* fastmask[maxfast]; member
355 st->fastmask = XCreatePixmap (st->dpy, st->window, fastcw, st->fastch+1, st->xgwa.depth); in initialize()
365 XFillRectangle (st->dpy, st->fastmask , st->gc, 0, 0, fastcw, st->fastch+1); in initialize()
400 fill_kugel(st,i,st->fastmask,0); in init_kugel()
410 st->fastmask[i]=XGetImage(st->dpy,st->buffer,0,0,i+2,i+2,(1<<st->planes)-1,ZPixmap); in init_kugel()
544 XCopyArea(st->dpy, st->fastmask, buf, st->andgc, sum1ton(d)-(d+1)/2, 1,d,d, in fill_kugel()
549 XPutImage(st->dpy, buf, st->andgc, st->fastmask[d-1], 0, 0, in fill_kugel()