| 127 | } |
| 128 | |
| 129 | float SpeedGraph::getX(uint64_t progressBytes) |
| 130 | { |
| 131 | return m_graphSize.Width * (static_cast<float>(progressBytes) / m_total); |
| 132 | } |
| 133 | |
| 134 | float SpeedGraph::getY(uint64_t speed) |
| 135 | { |
nothing calls this directly
no outgoing calls
no test coverage detected