| 694 | //------------------------------------------------------------------------------ |
| 695 | |
| 696 | int GdImageRenderer::secondsToPixels(const double seconds) const |
| 697 | { |
| 698 | return static_cast<int>(seconds * sample_rate_ / samples_per_pixel_); |
| 699 | } |
| 700 | |
| 701 | //------------------------------------------------------------------------------ |
nothing calls this directly
no outgoing calls
no test coverage detected