SIXEL_OUTPUT_PACKET_SIZE 549 coders/sixel.c output = (sixel_output_t *) AcquireQuantumMemory(sizeof(sixel_output_t) + SIXEL_OUTPUT_PACKET_SIZE * 2, 1); SIXEL_OUTPUT_PACKET_SIZE 564 coders/sixel.c if ((context->pos += nwrite) >= SIXEL_OUTPUT_PACKET_SIZE) { SIXEL_OUTPUT_PACKET_SIZE 565 coders/sixel.c WriteBlob(context->image,SIXEL_OUTPUT_PACKET_SIZE,context->buffer); SIXEL_OUTPUT_PACKET_SIZE 567 coders/sixel.c context->buffer + SIXEL_OUTPUT_PACKET_SIZE, SIXEL_OUTPUT_PACKET_SIZE 568 coders/sixel.c (context->pos -= SIXEL_OUTPUT_PACKET_SIZE));