HomeSort by relevance Sort by last modified time
    Searched defs:skjpeg_destination_mgr (Results 1 - 4 of 4) 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...]
  /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...]

Completed in 2683 milliseconds