Searched refs:fDecoderMgr (Results 1 – 2 of 2) sorted by relevance
81 , fDecoderMgr(decoderMgr) in SkJpegCodec()155 return fDecoderMgr->returnFalse("could not rewind"); in onRewind()158 fDecoderMgr.reset(decoderMgr); in onRewind()190 J_COLOR_SPACE colorSpace = fDecoderMgr->dinfo()->jpeg_color_space; in setOutputColorSpace()197 fDecoderMgr->dinfo()->out_color_space = JCS_CMYK; in setOutputColorSpace()203 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA; in setOutputColorSpace()205 fDecoderMgr->dinfo()->out_color_space = JCS_EXT_BGRA; in setOutputColorSpace()208 fDecoderMgr->dinfo()->out_color_space = JCS_RGB; in setOutputColorSpace()214 fDecoderMgr->dinfo()->out_color_space = JCS_CMYK; in setOutputColorSpace()217 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in setOutputColorSpace()[all …]
110 SkAutoTDelete<JpegDecoderMgr> fDecoderMgr; variable