Home
last modified time | relevance | path

Searched refs:rand_col (Results 1 – 2 of 2) sorted by relevance

/dports/games/flying/flying-6.20/
H A Dxgraph.C38 static long rand_col[STIPPLE_CACHE]; variable
191 if (col==rand_col[i]) break; in SetBgColor()
192 if (rand_col[i]==0) break; in SetBgColor()
195 XFreePixmap(dpy,rand_col[0]); // drop first map in SetBgColor()
197 rand_col[i] = rand_col[i+1]; in SetBgColor()
200 rand_col[i] = 0; // mark last cache as unused in SetBgColor()
203 if (!rand_col[i]) { in SetBgColor()
205 rand_col[i] =col; in SetBgColor()
735 rand_col[i]=0; in CloseGraphic()
/dports/games/luola/luola-1.3.2/src/
H A Dbullet.c460 static Uint8 rand_col(Uint8 c) { in rand_col() function
526 r = rand_col(r); in mine_divide()
527 g = rand_col(g); in mine_divide()
528 b = rand_col(b); in mine_divide()