/external/chromium_org/third_party/skia/src/images/ |
SkJpegUtility.h | 36 struct skjpeg_source_mgr : jpeg_source_mgr { struct in inherits:jpeg_source_mgr 37 skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder); 38 ~skjpeg_source_mgr();
|
SkJpegUtility.cpp | 13 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 27 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 49 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 53 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); 69 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 98 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder function in class:skjpeg_source_mgr [all...] |
SkImageDecoder_libjpeg.cpp | 83 static void initialize_info(jpeg_decompress_struct* cinfo, skjpeg_source_mgr* src_mgr) { 208 skjpeg_source_mgr fSrcMgr; 540 skjpeg_source_mgr srcManager(stream, this); [all...] |
/external/skia/src/images/ |
SkJpegUtility.h | 36 struct skjpeg_source_mgr : jpeg_source_mgr { struct in inherits:jpeg_source_mgr 37 skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder); 38 ~skjpeg_source_mgr();
|
SkJpegUtility.cpp | 13 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 27 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 49 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 53 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); 69 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src; 98 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder function in class:skjpeg_source_mgr [all...] |
SkImageDecoder_libjpeg.cpp | 83 static void initialize_info(jpeg_decompress_struct* cinfo, skjpeg_source_mgr* src_mgr) { 208 skjpeg_source_mgr fSrcMgr; 540 skjpeg_source_mgr srcManager(stream, this); [all...] |