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);
196 BumpPixel(GifCtx *ctx) in BumpPixel()
252 GIFNextPixel(gdImagePtr im, GifCtx *ctx) in GIFNextPixel()
280 GifCtx ctx; in GIFEncode()
503 output(code_int code, GifCtx *ctx);
506 compress(int init_bits, gdIOCtxPtr outfile, gdImagePtr im, GifCtx *ctx)
632 output(code_int code, GifCtx *ctx)
695 cl_block (GifCtx *ctx) /* table clear for block compress */
706 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
750 char_init(GifCtx *ctx)
760 char_out(int c, GifCtx *ctx)
771 flush_char(GifCtx *ctx)