Searched refs:jpeg_destination_mgr (Results 1 – 17 of 17) sorted by relevance
35 struct jpeg_destination_mgr pub; /* public fields */50 struct jpeg_destination_mgr pub; /* public fields */214 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_stdio_dest()263 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_mem_dest()
40 struct jpeg_destination_mgr pub; /* public fields */164 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_mem_dest_tj()
307 struct jpeg_destination_mgr *dest;796 struct jpeg_destination_mgr { struct
116 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte()
125 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte()
352 struct jpeg_destination_mgr *dest = state->cinfo->dest; in dump_buffer()
316 struct jpeg_destination_mgr *dest = entropy->cinfo->dest; in dump_buffer()
194 jpeg_destination_mgr, but adds extra fields.)
1622 You will also need code to create a jpeg_destination_mgr struct, fill in its
28 struct SK_SPI skjpeg_destination_mgr : jpeg_destination_mgr {
28 struct SK_API skjpeg_destination_mgr : jpeg_destination_mgr {
32 struct jpeg_destination_mgr pub;
90 cinfo->dest = reinterpret_cast<struct jpeg_destination_mgr *>( in SetDest()
619 jpeg_destination_mgr dest; in JpegEncode()
130 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef163 jpeg_destination_mgr dest; /* data dest for compression */
118 struct jpeg_destination_mgr2133 cinfo->dest=(struct jpeg_destination_mgr *) (*cinfo->mem->alloc_small) in JPEGDestinationManager()
3611 struct jpeg_destination_mgr pub;