Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h794 struct jpeg_destination_mgr { struct
795 JOCTET *next_output_byte; /* => next byte to write in buffer */
796 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
798 void (*init_destination) (j_compress_ptr cinfo);
799 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
800 void (*term_destination) (j_compress_ptr cinfo);
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h790 struct jpeg_destination_mgr { struct
791 JOCTET *next_output_byte; /* => next byte to write in buffer */
792 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
794 void (*init_destination) (j_compress_ptr cinfo);
795 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
796 void (*term_destination) (j_compress_ptr cinfo);
/third_party/libjpeg-turbo/
Djpeglib.h790 struct jpeg_destination_mgr { struct
791 JOCTET *next_output_byte; /* => next byte to write in buffer */
792 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
794 void (*init_destination) (j_compress_ptr cinfo);
795 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
796 void (*term_destination) (j_compress_ptr cinfo);