Searched refs:mod_x (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c67 static Pixmap MakeModulaBitmap(int mod_x, int mod_y);
118 int mod_x = 0; local in function:main
205 mod_x = atoi(argv[i]);
206 if (mod_x <= 0) mod_x = 1;
292 if (mod_x) {
293 bitmap = MakeModulaBitmap(mod_x, mod_y);
469 MakeModulaBitmap(int mod_x, int mod_y) argument
476 if ((i % mod_x) == 0) pattern_line |= 0x0001;

Completed in 2 milliseconds