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

/haiku/src/apps/soundrecorder/
H A DVUView.cpp106 #define SHIFT_UNTIL(value,shift,min) \ macro
127 SHIFT_UNTIL(levels[i][channel].red, 15, low_color.red);
128 SHIFT_UNTIL(levels[i][channel].blue, 15, low_color.blue);
130 SHIFT_UNTIL(levels[i][channel].red, 7, low_color.red);
131 SHIFT_UNTIL(levels[i][channel].blue, 7, low_color.blue);
132 SHIFT_UNTIL(levels[i][channel].green, 14, low_color.green);
140 SHIFT_UNTIL(levels[i][channel].red, 15, back_color.red);
141 SHIFT_UNTIL(levels[i][channel].blue, 15, back_color.blue);
143 SHIFT_UNTIL(levels[i][channel].red, 7, back_color.red);
144 SHIFT_UNTIL(level
[all...]

Completed in 27 milliseconds