Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:next_output_byte

85   JOCTET * next_output_byte;	/* => next byte to write in buffer */

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_bytenext_output_byte;
543 state.next_output_byte = cinfo->dest->next_output_byte;
553 cinfo->dest->next_output_byte = state.next_output_byte;