Lines Matching refs:GifCtx
86 } GifCtx; typedef
90 static void BumpPixel (GifCtx *ctx);
91 static int GIFNextPixel (gdImagePtr im, GifCtx *ctx);
93 static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx);
94 static void output (code_int code, GifCtx *ctx);
95 static void cl_block (GifCtx *ctx);
96 static void cl_hash (register count_int chsize, GifCtx *ctx);
97 static void char_init (GifCtx *ctx);
98 static void char_out (int c, GifCtx *ctx);
99 static void flush_char (GifCtx *ctx);
182 BumpPixel(GifCtx *ctx) in BumpPixel()
238 GIFNextPixel(gdImagePtr im, GifCtx *ctx) in GIFNextPixel()
266 GifCtx ctx; in GIFEncode()
489 output(code_int code, GifCtx *ctx);
492 compress(int init_bits, gdIOCtxPtr outfile, gdImagePtr im, GifCtx *ctx)
618 output(code_int code, GifCtx *ctx)
681 cl_block (GifCtx *ctx) /* table clear for block compress */
692 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
736 char_init(GifCtx *ctx)
746 char_out(int c, GifCtx *ctx)
757 flush_char(GifCtx *ctx)