| 192 | } |
| 193 | |
| 194 | void TuningContext::DrawDemodFreqBw(long long freq, unsigned int bw, long long center) { |
| 195 | DrawTuner(freq, 11, -1.0, (1.0f / 3.0f) * 2.0f); |
| 196 | DrawTuner(bw, 7, -1.0 + (2.25f / 3.0f), (1.0f / 4.0f) * 2.0f); |
| 197 | DrawTuner(center, 11, -1.0 + (2.0f / 3.0f) * 2.0, (1.0f / 3.0f) * 2.0f); |
| 198 | } |
| 199 |
nothing calls this directly
no outgoing calls
no test coverage detected