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

  /external/skia/include/images/
SkJpegUtility.h 43 struct skjpeg_source_mgr : jpeg_source_mgr { struct in inherits:jpeg_source_mgr
44 skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder, bool ownStream);
45 ~skjpeg_source_mgr();
  /external/skia/src/images/
SkJpegUtility.cpp 21 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
29 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
45 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
49 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize);
63 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
86 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src
133 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder, function in class:skjpeg_source_mgr
    [all...]
SkImageDecoder_libjpeg.cpp 207 skjpeg_source_mgr sk_stream(stream, this, false);
441 skjpeg_source_mgr *sk_stream =
442 new skjpeg_source_mgr(stream, this, true);

Completed in 812 milliseconds