Searched refs:fDecoderMgr (Results 1 – 4 of 4) sorted by relevance
302 , fDecoderMgr(decoderMgr) in SkJpegCodec()373 return fDecoderMgr->returnFalse("onRewind"); in onRewind()376 fDecoderMgr.reset(decoderMgr); in onRewind()401 J_COLOR_SPACE encodedColorType = fDecoderMgr->dinfo()->jpeg_color_space; in setOutputColorSpace()406 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()412 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()414 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_BGRA; in setOutputColorSpace()419 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()421 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in setOutputColorSpace()422 fDecoderMgr->dinfo()->out_color_space = JCS_RGB565; in setOutputColorSpace()[all …]
134 std::unique_ptr<JpegDecoderMgr> fDecoderMgr; variable
301 , fDecoderMgr(decoderMgr) in SkJpegCodec()372 return fDecoderMgr->returnFalse("onRewind"); in onRewind()375 fDecoderMgr.reset(decoderMgr); in onRewind()400 J_COLOR_SPACE encodedColorType = fDecoderMgr->dinfo()->jpeg_color_space; in setOutputColorSpace()405 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()411 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()413 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_BGRA; in setOutputColorSpace()418 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()420 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in setOutputColorSpace()421 fDecoderMgr->dinfo()->out_color_space = JCS_RGB565; in setOutputColorSpace()[all …]