Searched defs:skjpeg_destination_mgr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkJpegUtility.h55 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct in inherits:jpeg_destination_mgr
56 skjpeg_destination_mgr(SkWStream* stream);
H A DSkJpegUtility.cpp120 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
123 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
127 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
129 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
131 skjpeg_destination_mgr::kBufferSize)) {
137 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
142 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinf
154 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
[all...]
/external/skia/src/images/
H A DSkJpegUtility.h55 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct in inherits:jpeg_destination_mgr
56 skjpeg_destination_mgr(SkWStream* stream);
H A DSkJpegUtility.cpp120 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
123 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
127 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
129 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
131 skjpeg_destination_mgr::kBufferSize)) {
137 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
142 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinf
154 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
[all...]

Completed in 105 milliseconds