Home
last modified time | relevance | path

Searched refs:SIXEL_OUTPUT_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dsixel.c81 #define SIXEL_OUTPUT_PACKET_SIZE 1024 macro
549 … (sixel_output_t *) AcquireQuantumMemory(sizeof(sixel_output_t) + SIXEL_OUTPUT_PACKET_SIZE * 2, 1); in sixel_output_create()
564 if ((context->pos += nwrite) >= SIXEL_OUTPUT_PACKET_SIZE) { in sixel_advance()
565 WriteBlob(context->image,SIXEL_OUTPUT_PACKET_SIZE,context->buffer); in sixel_advance()
567 context->buffer + SIXEL_OUTPUT_PACKET_SIZE, in sixel_advance()
568 (context->pos -= SIXEL_OUTPUT_PACKET_SIZE)); in sixel_advance()