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

/external/skia/src/images/
H A DSkJpegUtility.h54 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct in inherits:jpeg_destination_mgr
55 skjpeg_destination_mgr(SkWStream* stream);
H A DSkJpegUtility.cpp116 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
119 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
123 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest;
125 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer))
127 skjpeg_destination_mgr::kBufferSize)) {
133 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
138 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinf
150 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) function in class:skjpeg_destination_mgr
[all...]

Completed in 860 milliseconds