| 250 | } |
| 251 | |
| 252 | void JpegDecoder::setProgressiveConfig(const ProgressiveConfig& config) { |
| 253 | mImpl->setProgressiveConfig(config); |
| 254 | } |
| 255 | |
| 256 | ProgressiveConfig JpegDecoder::getProgressiveConfig() const { |
| 257 | return mImpl->getProgressiveConfig(); |
no outgoing calls
no test coverage detected