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

  /external/skia/src/images/
SkJPEGWriteUtility.h 28 struct SK_API skjpeg_destination_mgr : jpeg_destination_mgr { struct in inherits:jpeg_destination_mgr
29 skjpeg_destination_mgr(SkWStream* stream);
SkJPEGWriteUtility.cpp 14 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
17 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
21 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
23 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
25 skjpeg_destination_mgr::kBufferSize)) {
31 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
36 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest
48 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
    [all...]
SkJpegEncoder.cpp 64 skjpeg_destination_mgr fDstMgr;
  /external/skqp/src/images/
SkJPEGWriteUtility.h 28 struct SK_API skjpeg_destination_mgr : jpeg_destination_mgr { struct in inherits:jpeg_destination_mgr
29 skjpeg_destination_mgr(SkWStream* stream);
SkJPEGWriteUtility.cpp 14 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
17 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
21 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
23 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
25 skjpeg_destination_mgr::kBufferSize)) {
31 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
36 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest
48 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
    [all...]
SkJpegEncoder.cpp 64 skjpeg_destination_mgr fDstMgr;
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 41 skjpeg_destination_mgr sk_wstream(stream);

Completed in 1872 milliseconds