Searched refs:skjpeg_destination_mgr (Results 1 - 6 of 6) 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.cpp128 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
131 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
135 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
137 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
139 skjpeg_destination_mgr::kBufferSize)) {
145 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
150 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinf
162 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
[all...]
H A DSkImageDecoder_libjpeg.cpp1058 skjpeg_destination_mgr sk_wstream(stream);
/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...]
H A DSkImageDecoder_libjpeg.cpp1058 skjpeg_destination_mgr sk_wstream(stream);

Completed in 114 milliseconds