HomeSort by relevance Sort by last modified time
    Searched refs:skjpeg_source_mgr (Results 1 - 6 of 6) sorted by null

  /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;
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* src = (skjpeg_source_mgr*)cinfo->src
106 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder) function in class:skjpeg_source_mgr
    [all...]
SkImageDecoder_libjpeg.cpp 57 static void initialize_info(jpeg_decompress_struct* cinfo, skjpeg_source_mgr* src_mgr) {
168 skjpeg_source_mgr fSrcMgr;
453 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 57 static void initialize_info(jpeg_decompress_struct* cinfo, skjpeg_source_mgr* src_mgr) {
168 skjpeg_source_mgr fSrcMgr;
453 skjpeg_source_mgr srcManager(stream, this);
    [all...]

Completed in 564 milliseconds