#include "abiword-garble.h"
#include <jpeglib.h>
Classes | |
struct | mem_destination_mgr |
Typedefs | |
typedef struct mem_destination_mgr * | mem_dest_ptr |
Functions | |
static void | _jpeg_init_destination (j_compress_ptr cinfo) |
static boolean | _jpeg_empty_output_buffer (j_compress_ptr cinfo) |
static void | _jpeg_term_destination (j_compress_ptr cinfo) |
typedef struct mem_destination_mgr * mem_dest_ptr |
static boolean _jpeg_empty_output_buffer | ( | j_compress_ptr | cinfo | ) | [static] |
References mem_destination_mgr::buf, mem_destination_mgr::bufsize, and mem_destination_mgr::pub.
Referenced by abiword_document::garble_jpeg().
static void _jpeg_init_destination | ( | j_compress_ptr | cinfo | ) | [static] |
References mem_destination_mgr::buf, mem_destination_mgr::bufsize, mem_destination_mgr::jpegsize, and mem_destination_mgr::pub.
Referenced by abiword_document::garble_jpeg().
static void _jpeg_term_destination | ( | j_compress_ptr | cinfo | ) | [static] |
References mem_destination_mgr::bufsize, mem_destination_mgr::jpegsize, and mem_destination_mgr::pub.
Referenced by abiword_document::garble_jpeg().