Home
last modified time | relevance | path

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); in _RenderLoop()
128 SHIFT_UNTIL(levels[i][channel].blue, 15, low_color.blue); in _RenderLoop()
130 SHIFT_UNTIL(levels[i][channel].red, 7, low_color.red); in _RenderLoop()
131 SHIFT_UNTIL(levels[i][channel].blue, 7, low_color.blue); in _RenderLoop()
132 SHIFT_UNTIL(levels[i][channel].green, 14, low_color.green); in _RenderLoop()
140 SHIFT_UNTIL(levels[i][channel].red, 15, back_color.red); in _RenderLoop()
141 SHIFT_UNTIL(levels[i][channel].blue, 15, back_color.blue); in _RenderLoop()
143 SHIFT_UNTIL(levels[i][channel].red, 7, back_color.red); in _RenderLoop()
144 SHIFT_UNTIL(levels[i][channel].blue, 7, back_color.blue); in _RenderLoop()
[all …]