Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:next_output_byte

84   JOCTET * next_output_byte;	/* => next byte to write in buffer */
274 { *(state)->next_output_byte++ = (JOCTET) (val); \
289 state->next_output_byte = dest->next_output_byte;
487 state.next_output_byte = cinfo->dest->next_output_byte;
513 cinfo->dest->next_output_byte = state.next_output_byte;
542 state.next_output_byte = cinfo->dest->next_output_byte;
552 cinfo->dest->next_output_byte = state.next_output_byte;