Searched refs:skjpeg_destination_mgr (Results 1 – 6 of 6) sorted by relevance
14 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
28 struct SK_API skjpeg_destination_mgr : jpeg_destination_mgr { struct29 skjpeg_destination_mgr(SkWStream* stream);
64 skjpeg_destination_mgr fDstMgr;