Home
last modified time | relevance | path

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

/dports/x11-clocks/t3d/t3d-1.1_2/
H A Dt3d.c109 # define sum1ton(a) (((a)*(a)+1)/2) macro
110 # define fastcw sum1ton(fastch)
445 kugeln[i].x1=sum1ton(i); in init_kugel()
609 XCopyArea(dpy, fastmask, buf, andgc, sum1ton(d)-(d+1)/2, 1,d,d,
611 XCopyArea(dpy, fastcircles, buf, orgc, sum1ton(d)-(d+1)/2, 1,d,d,
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dt3d.c91 #define sum1ton(a) (((a)*(a)+1)/2) macro
92 #define fastcw sum1ton(fastch)
452 XCopyArea(display, t3dp->fastmask, buf, t3dp->andgc, sum1ton(d)-(d+1)/2, in t3d_fill_kugel()
456 sum1ton(d)-(d+1)/2, 1,d,d, (int)(t3dp->kugeln[i].x1)-d/2, in t3d_fill_kugel()
533 t3dp->kugeln[i].x1=sum1ton(i); in t3d_init_kugel()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dt3d.c119 # define sum1ton(a) (((a)*(a)+1)/2) macro
120 # define fastcw sum1ton(st->fastch)
395 st->kugeln[i].x1=sum1ton(i); in init_kugel()
544 XCopyArea(st->dpy, st->fastmask, buf, st->andgc, sum1ton(d)-(d+1)/2, 1,d,d, in fill_kugel()
546 XCopyArea(st->dpy, st->fastcircles, buf, st->orgc, sum1ton(d)-(d+1)/2, 1,d,d, in fill_kugel()