| 45 | //------------------------------------------------------------------------------ |
| 46 | |
| 47 | SamplesPerPixelScaleFactor::SamplesPerPixelScaleFactor(int samples_per_pixel) : |
| 48 | samples_per_pixel_(samples_per_pixel) |
| 49 | { |
| 50 | } |
| 51 | |
| 52 | //------------------------------------------------------------------------------ |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected