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

/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c471 long pattern_line = 0; local in function:MakeModulaBitmap
475 pattern_line <<=1;
476 if ((i % mod_x) == 0) pattern_line |= 0x0001;
483 modula_data[i*2] = pattern_line & 0xff;
484 modula_data[i*2+1] = (pattern_line>>8) & 0xff;

Completed in 3 milliseconds