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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcphuff.c35 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
37 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon698
203 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
217 entropy->next_output_byte = dest->next_output_byte;
392 entropy->next_output_byte = cinfo->dest->next_output_byte;
445 cinfo->dest->next_output_byte = entropy->next_output_byte;
478 entropy->next_output_byte
[all...]
H A Djchuff.c85 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon691
275 { *(state)->next_output_byte++ = (JOCTET) (val); \
290 state->next_output_byte = dest->next_output_byte;
488 state.next_output_byte = cinfo->dest->next_output_byte;
514 cinfo->dest->next_output_byte = state.next_output_byte;
543 state.next_output_byte = cinfo->dest->next_output_byte;
[all...]
H A DimageioJPEG.c2268 dest->next_output_byte = sb->buf;
2276 * (ignoring the current state of next_output_byte & free_in_buffer),
2289 RELEASE_ARRAYS(env, data, (const JOCTET *)(dest->next_output_byte));
2299 (const JOCTET **)(&dest->next_output_byte))) {
2303 dest->next_output_byte = sb->buf;
2326 RELEASE_ARRAYS(env, data, (const JOCTET *)(dest->next_output_byte));
2337 (const JOCTET **)(&dest->next_output_byte))) {
2342 dest->next_output_byte = NULL;
2476 dest->next_output_byte = NULL;
2515 cinfo->dest->next_output_byte
[all...]
H A Djcmarker.c117 *(dest->next_output_byte)++ = (JOCTET) val;
H A Djpeglib.h718 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr

Completed in 120 milliseconds