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

  /external/skia/include/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, bool ownStream);
38 ~skjpeg_source_mgr();
  /external/skia/legacy/include/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, bool ownStream);
38 ~skjpeg_source_mgr();
  /external/skia/legacy/src/images/
SkJpegUtility.cpp 14 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
22 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
38 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
42 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize);
56 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
79 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src
126 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder, function in class:skjpeg_source_mgr
    [all...]
SkImageDecoder_libjpeg.cpp 202 skjpeg_source_mgr sk_stream(stream, this, false);
470 skjpeg_source_mgr *sk_stream =
471 new skjpeg_source_mgr(stream, this, true);
    [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 14 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
22 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
38 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
42 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize);
56 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
79 skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src
128 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder, function in class:skjpeg_source_mgr
    [all...]
SkImageDecoder_libjpeg.cpp 225 skjpeg_source_mgr sk_stream(stream, this, false);
508 skjpeg_source_mgr *sk_stream =
509 new skjpeg_source_mgr(stream, this, true);
    [all...]

Completed in 285 milliseconds