Home
last modified time | relevance | path

Searched defs:jpeg_destination_mgr (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h796 struct jpeg_destination_mgr { struct
797 JOCTET *next_output_byte; /* => next byte to write in buffer */
798 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
800 void (*init_destination) (j_compress_ptr cinfo);
801 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
802 void (*term_destination) (j_compress_ptr cinfo);