Home | History | Annotate | Download | only in jpeg

Lines Matching refs:next_output_byte

81   JOCTET * next_output_byte;	/* => next byte to write in buffer */
271 { *(state)->next_output_byte++ = (JOCTET) (val); \
286 state->next_output_byte = dest->next_output_byte;
484 state.next_output_byte = cinfo->dest->next_output_byte;
510 cinfo->dest->next_output_byte = state.next_output_byte;
539 state.next_output_byte = cinfo->dest->next_output_byte;
549 cinfo->dest->next_output_byte = state.next_output_byte;