Home
last modified time | relevance | path

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

/external/skia/src/images/
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()
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*)cinfo->dest; in sk_term_destination()
38 size_t size = skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer; in sk_term_destination()
48 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) in skjpeg_destination_mgr() function in skjpeg_destination_mgr
DSkJPEGWriteUtility.h28 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct
29 skjpeg_destination_mgr(SkWStream* stream);
DSkJpegEncoder.cpp65 skjpeg_destination_mgr fDstMgr;