Searched refs:jpeg_destination_mgr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-encoders/
H A DJPEGImageEncoder.cpp33 class JPEGDestinationManager : public jpeg_destination_mgr {
39 jpeg_destination_mgr* base = this;
40 memset(base, 0, sizeof(jpeg_destination_mgr));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdatadst.c32 struct jpeg_destination_mgr pub; /* public fields */
46 struct jpeg_destination_mgr pub; /* public fields */
207 cinfo->dest = (struct jpeg_destination_mgr *)
244 cinfo->dest = (struct jpeg_destination_mgr *)
H A Djpeglib.h279 struct jpeg_destination_mgr * dest;
750 struct jpeg_destination_mgr { struct
H A Djcmarker.c112 struct jpeg_destination_mgr * dest = cinfo->dest;
H A Djchuff.c272 struct jpeg_destination_mgr * dest = state->cinfo->dest;
287 struct jpeg_destination_mgr * dest = entropy->cinfo->dest;
H A Djcarith.c119 struct jpeg_destination_mgr * dest = cinfo->dest;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c90 struct jpeg_destination_mgr pub; /* public fields */
1059 cinfo->dest = (struct jpeg_destination_mgr *)
1083 cinfo->dest = (struct jpeg_destination_mgr *)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c54 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef in typeref:struct:jpeg_destination_mgr
83 jpeg_destination_mgr dest; /* data dest for compression */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c109 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef in typeref:struct:jpeg_destination_mgr
140 jpeg_destination_mgr dest; /* data dest for compression */

Completed in 145 milliseconds