equal
deleted
inserted
replaced
301 s->osa_samp = osa_samp; |
301 s->osa_samp = osa_samp; |
302 |
302 |
303 return true; |
303 return true; |
304 } |
304 } |
305 |
305 |
306 void DefaultSampler::saveSample(Sample &samp, Colour &col) |
306 void DefaultSampler::saveSample(const Sample &samp, const Colour &col) |
307 { |
307 { |
308 Float *buf = pixmap.getFloatData() |
308 Float *buf = pixmap.getFloatData() |
309 + 3*(samp.sy * pixmap.getWidth() + samp.sx); |
309 + 3*(samp.sy * pixmap.getWidth() + samp.sx); |
310 if (phase == 2 && oversample) |
310 if (phase == 2 && oversample) |
311 { |
311 { |