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

  /external/skia/include/images/
SkJpegUtility.h 62 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct in inherits:jpeg_destination_mgr
63 skjpeg_destination_mgr(SkWStream* stream);
  /external/skia/src/images/
SkJpegUtility.cpp 164 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
167 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
171 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
173 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
175 skjpeg_destination_mgr::kBufferSize)) {
181 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
186 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest
198 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
    [all...]
SkImageDecoder_libjpeg.cpp 857 skjpeg_destination_mgr sk_wstream(stream);
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 28 skjpeg_destination_mgr sk_wstream(stream);

Completed in 50 milliseconds