Searched defs:skjpeg_source_mgr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkJpegUtility.h36 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();
H A DSkJpegUtility.cpp13 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
24 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
42 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
46 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize);
62 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
87 skjpeg_source_mgr* sr
106 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder) function in class:skjpeg_source_mgr
[all...]
/external/skia/src/images/
H A DSkJpegUtility.h36 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();
H A DSkJpegUtility.cpp13 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 function in class:skjpeg_source_mgr
[all...]

Completed in 117 milliseconds