Searched defs:scan_info (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h317 int num_scans; /* # of entries in scan_info array */
318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
319 /* The default value of scan_info is NULL, which causes a single-scan
321 * set num_scans and scan_info to point to an array of scan definitions.

Completed in 37 milliseconds