Searched refs:skjpeg_source_mgr (Results 1 – 3 of 3) sorted by relevance
16 skjpeg_source_mgr* src = (skjpeg_source_mgr*) dinfo->src; in sk_init_source()25 skjpeg_source_mgr* src = (skjpeg_source_mgr*) dinfo->src; in sk_fill_input_buffer()26 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); in sk_fill_input_buffer()42 skjpeg_source_mgr* src = (skjpeg_source_mgr*) dinfo->src; in sk_skip_input_data()76 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream) in skjpeg_source_mgr() function in skjpeg_source_mgr
32 struct skjpeg_source_mgr : jpeg_source_mgr { struct33 skjpeg_source_mgr(SkStream* stream);
69 skjpeg_source_mgr fSrcMgr;