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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcapistd.c48 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */
H A Djcapimin.c123 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) function
253 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
H A Djpeglib.h96 * (See jpeg_suppress_tables for an example.)
112 * (See jpeg_suppress_tables for an example.)
851 #define jpeg_suppress_tables jSuppressTables macro
934 EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo,
H A Djctrans.c47 jpeg_suppress_tables(cinfo, FALSE);
H A DimageioJPEG.c2567 jpeg_suppress_tables(cinfo, TRUE); // Suppress writing of any current
2804 jpeg_suppress_tables(cinfo, TRUE); // Disable writing any current

Completed in 46 milliseconds