| 286 | } |
| 287 | |
| 288 | JpegDecoder::State JpegDecoder::getState() const { |
| 289 | return mImpl->getState(); |
| 290 | } |
| 291 | |
| 292 | ////////////////////////////////////////////////////////////////////////// |
| 293 | // Jpeg Static Methods Implementation |
no outgoing calls
no test coverage detected