Searched refs:call_pass_startup (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcapistd.c103 if (cinfo->master->call_pass_startup)
148 if (cinfo->master->call_pass_startup)
H A Djcmaster.c429 master->pub.call_pass_startup = FALSE;
432 master->pub.call_pass_startup = TRUE;
443 master->pub.call_pass_startup = FALSE;
466 master->pub.call_pass_startup = FALSE;
484 * This is called by jpeg_write_scanlines if call_pass_startup is TRUE.
495 cinfo->master->call_pass_startup = FALSE; /* reset flag so call only once */
H A Djpegint.h55 boolean call_pass_startup; /* True if pass_startup must be called */ member in struct:jpeg_comp_master

Completed in 38 milliseconds