Home
last modified time | relevance | path

Searched refs:skjpeg_destination_mgr (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/images/
H A DSkJPEGWriteUtility.cpp14 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_init_destination()
17 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize; in sk_init_destination()
21 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_empty_output_buffer()
23 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer)) in sk_empty_output_buffer()
25 skjpeg_destination_mgr::kBufferSize)) { in sk_empty_output_buffer()
31 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize; in sk_empty_output_buffer()
36 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinf in sk_term_destination()
48 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) skjpeg_destination_mgr() function in skjpeg_destination_mgr
[all...]
H A DSkJPEGWriteUtility.h28 struct SK_SPI skjpeg_destination_mgr : jpeg_destination_mgr { struct
29 skjpeg_destination_mgr(SkWStream* stream);
H A DSkJpegEncoder.cpp65 skjpeg_destination_mgr fDstMgr;

Completed in 2 milliseconds