Searched refs:skjpeg_destination_mgr (Results 1 – 3 of 3) sorted by relevance
116 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_init_destination()119 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize; in sk_init_destination()123 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_empty_output_buffer()127 skjpeg_destination_mgr::kBufferSize)) { in sk_empty_output_buffer()133 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize; in sk_empty_output_buffer()138 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_term_destination()140 size_t size = skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer; in sk_term_destination()150 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) in skjpeg_destination_mgr() function in skjpeg_destination_mgr
54 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct55 skjpeg_destination_mgr(SkWStream* stream);
1374 skjpeg_destination_mgr sk_wstream(stream); in onEncode()