|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
| int | Width |
| int | Height |
| int | curx |
| int | cury |
| long | CountDown |
| int | Pass |
| int | Interlace |
| int | n_bits |
| code_int | maxcode |
| count_int | htab [HSIZE] |
| unsigned short | codetab [HSIZE] |
| code_int | free_ent |
| int | clear_flg |
| int | offset |
| long int | in_count |
| long int | out_count |
| int | g_init_bits |
| gdIOCtx * | g_outfile |
| int | ClearCode |
| int | EOFCode |
| unsigned long | cur_accum |
| int | cur_bits |
| int | a_count |
| char | accum [256] |
Definition at line 50 of file gd_gif_out.c.
| int GifCtx::a_count |
Definition at line 80 of file gd_gif_out.c.
| char GifCtx::accum[256] |
Definition at line 84 of file gd_gif_out.c.
| int GifCtx::clear_flg |
Definition at line 65 of file gd_gif_out.c.
| int GifCtx::ClearCode |
Definition at line 73 of file gd_gif_out.c.
| unsigned short GifCtx::codetab[HSIZE] |
Definition at line 59 of file gd_gif_out.c.
| long GifCtx::CountDown |
Definition at line 53 of file gd_gif_out.c.
| unsigned long GifCtx::cur_accum |
Definition at line 75 of file gd_gif_out.c.
| int GifCtx::cur_bits |
Definition at line 76 of file gd_gif_out.c.
| int GifCtx::curx |
Definition at line 52 of file gd_gif_out.c.
| int GifCtx::cury |
Definition at line 52 of file gd_gif_out.c.
| int GifCtx::EOFCode |
Definition at line 74 of file gd_gif_out.c.
| code_int GifCtx::free_ent |
Definition at line 60 of file gd_gif_out.c.
| int GifCtx::g_init_bits |
Definition at line 70 of file gd_gif_out.c.
| gdIOCtx* GifCtx::g_outfile |
Definition at line 71 of file gd_gif_out.c.
| int GifCtx::Height |
Definition at line 51 of file gd_gif_out.c.
Definition at line 58 of file gd_gif_out.c.
| long int GifCtx::in_count |
Definition at line 67 of file gd_gif_out.c.
| int GifCtx::Interlace |
Definition at line 55 of file gd_gif_out.c.
| code_int GifCtx::maxcode |
Definition at line 57 of file gd_gif_out.c.
| int GifCtx::n_bits |
Definition at line 56 of file gd_gif_out.c.
| int GifCtx::offset |
Definition at line 66 of file gd_gif_out.c.
| long int GifCtx::out_count |
Definition at line 68 of file gd_gif_out.c.
| int GifCtx::Pass |
Definition at line 54 of file gd_gif_out.c.
| int GifCtx::Width |
Definition at line 51 of file gd_gif_out.c.