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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libjpeg/
H A DjpegtclStubInit.c38 jpeg_suppress_tables, /* 15 */
H A DjpegtclDecls.h81 JPEGTCLAPI void jpeg_suppress_tables(j_compress_ptr cinfo,
262 #define jpeg_suppress_tables \ macro
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcapistd.c44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */
H A Djcapimin.c127 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) function
257 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
H A Djpeglib.h99 * (See jpeg_suppress_tables for an example.)
115 * (See jpeg_suppress_tables for an example.)
887 #define jpeg_suppress_tables jSuppressTables macro
982 EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo,
H A Djctrans.c44 jpeg_suppress_tables(cinfo, FALSE);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadNone.c70 extern int jpeg_suppress_tables();
311 {"jpeg_suppress_tables", jpeg_suppress_tables},
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c295 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c301 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress));

Completed in 83 milliseconds