Home
last modified time | relevance | path

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

/dports/graphics/chafa/chafa-1.8.0/libnsgif/
H A Dlibnsgif.h95 typedef struct gif_animation { struct
139 } gif_animation; argument
144 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks);
161 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data);
176 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame);
181 void gif_finalise(gif_animation *gif);
H A Dlibnsgif.c78 gif_initialise_sprite(gif_animation *gif, in gif_initialise_sprite()
123 gif_initialise_frame_extensions(gif_animation *gif, const int frame) in gif_initialise_frame_extensions()
252 static gif_result gif_initialise_frame(gif_animation *gif) in gif_initialise_frame()
483 static gif_result gif_skip_frame_extensions(gif_animation *gif) in gif_skip_frame_extensions()
581 gif_internal_decode_frame(gif_animation *gif, in gif_internal_decode_frame()
920 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks) in gif_create()
922 memset(gif, 0, sizeof(gif_animation)); in gif_create()
929 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data) in gif_initialise()
1143 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame) in gif_decode_frame()
1150 void gif_finalise(gif_animation *gif) in gif_finalise()
/dports/graphics/vips/vips-8.12.0/libvips/foreign/libnsgif/
H A Dlibnsgif.h95 typedef struct gif_animation { struct
148 } gif_animation; argument
153 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks);
170 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data);
185 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame);
190 void gif_finalise(gif_animation *gif);
H A Dlibnsgif.c81 gif_initialise_sprite(gif_animation *gif, in gif_initialise_sprite()
109 gif_initialise_frame_extensions(gif_animation *gif, const int frame) in gif_initialise_frame_extensions()
238 static gif_result gif_initialise_frame(gif_animation *gif) in gif_initialise_frame()
466 static gif_result gif_skip_frame_extensions(gif_animation *gif) in gif_skip_frame_extensions()
557 static void gif__record_previous_frame(gif_animation *gif) in gif__record_previous_frame()
626 gif__decode_complex(gif_animation *gif, in gif__decode_complex()
708 gif__decode_simple(gif_animation *gif, in gif__decode_simple()
760 gif__decode(gif_animation *gif, in gif__decode()
793 gif_internal_decode_frame(gif_animation *gif, in gif_internal_decode_frame()
1075 memset(gif, 0, sizeof(gif_animation)); in gif_create()
[all …]
/dports/graphics/libnsgif/libnsgif-0.2.1/include/
H A Dlibnsgif.h95 typedef struct gif_animation { struct
139 } gif_animation; argument
144 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks);
161 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data);
176 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame);
181 void gif_finalise(gif_animation *gif);
/dports/graphics/sdump/sdump-c5fb55b/
H A Dlibnsgif.h78 typedef struct gif_animation { struct
101 } gif_animation; argument
103 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks);
104 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data);
105 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame);
106 void gif_finalise(gif_animation *gif);
H A Dlibnsgif.c110 static gif_result gif_initialise_frame(gif_animation *gif);
112 static gif_result gif_skip_frame_extensions(gif_animation *gif);
119 static void gif_init_LZW(gif_animation *gif);
120 static bool gif_next_LZW(gif_animation *gif);
121 static int gif_next_code(gif_animation *gif, int code_size);
151 memset(gif, 0, sizeof(gif_animation)); in gif_create()
422 static gif_result gif_initialise_frame(gif_animation *gif) { in gif_initialise_frame()
1125 void gif_finalise(gif_animation *gif) { in gif_finalise()
1144 void gif_init_LZW(gif_animation *gif) { in gif_init_LZW()
1171 static bool gif_next_LZW(gif_animation *gif) { in gif_next_LZW()
[all …]
H A Dloader.h281 gif_animation gif; in load_gif()
/dports/graphics/gegl/gegl-0.4.34/subprojects/libnsgif/
H A Dlibnsgif.h95 typedef struct gif_animation { struct
139 } gif_animation; argument
144 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks);
161 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data);
176 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame);
181 void gif_finalise(gif_animation *gif);
H A Dlibnsgif.c78 gif_initialise_sprite(gif_animation *gif, in gif_initialise_sprite()
123 gif_initialise_frame_extensions(gif_animation *gif, const int frame) in gif_initialise_frame_extensions()
252 static gif_result gif_initialise_frame(gif_animation *gif) in gif_initialise_frame()
484 static gif_result gif_skip_frame_extensions(gif_animation *gif) in gif_skip_frame_extensions()
582 gif_internal_decode_frame(gif_animation *gif, in gif_internal_decode_frame()
921 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks) in gif_create()
923 memset(gif, 0, sizeof(gif_animation)); in gif_create()
930 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data) in gif_initialise()
1144 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame) in gif_decode_frame()
1151 void gif_finalise(gif_animation *gif) in gif_finalise()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/libnsgif/
H A Dlibnsgif.h86 typedef struct gif_animation { struct
131 } gif_animation; argument
133 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks);
134 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data);
135 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame);
136 void gif_finalise(gif_animation *gif);
H A Dlibnsgif.c118 static gif_result gif_initialise_frame(gif_animation *gif);
120 static gif_result gif_skip_frame_extensions(gif_animation *gif);
127 static void gif_init_LZW(gif_animation *gif);
128 static bool gif_next_LZW(gif_animation *gif);
129 static int gif_next_code(gif_animation *gif, int code_size);
137 memset(gif, 0, sizeof(gif_animation)); in gif_create()
408 static gif_result gif_initialise_frame(gif_animation *gif) { in gif_initialise_frame()
1111 void gif_finalise(gif_animation *gif) { in gif_finalise()
1130 void gif_init_LZW(gif_animation *gif) { in gif_init_LZW()
1157 static bool gif_next_LZW(gif_animation *gif) { in gif_next_LZW()
[all …]
/dports/graphics/libnsgif/libnsgif-0.2.1/src/
H A Dlibnsgif.c78 gif_initialise_sprite(gif_animation *gif, in gif_initialise_sprite()
123 gif_initialise_frame_extensions(gif_animation *gif, const int frame) in gif_initialise_frame_extensions()
252 static gif_result gif_initialise_frame(gif_animation *gif) in gif_initialise_frame()
484 static gif_result gif_skip_frame_extensions(gif_animation *gif) in gif_skip_frame_extensions()
582 gif_internal_decode_frame(gif_animation *gif, in gif_internal_decode_frame()
921 void gif_create(gif_animation *gif, gif_bitmap_callback_vt *bitmap_callbacks) in gif_create()
923 memset(gif, 0, sizeof(gif_animation)); in gif_create()
930 gif_result gif_initialise(gif_animation *gif, size_t size, unsigned char *data) in gif_initialise()
1144 gif_result gif_decode_frame(gif_animation *gif, unsigned int frame) in gif_decode_frame()
1151 void gif_finalise(gif_animation *gif) in gif_finalise()
/dports/graphics/libnsgif/libnsgif-0.2.1/test/
H A Ddecode_gif.c138 static void write_ppm(FILE* fh, const char *name, gif_animation *gif, in write_ppm()
192 gif_animation gif; in main()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dimage-file.h36 gif_animation gif;
/dports/www/npc/npc-0.83/src/
H A Dnpc.c83 gcontrol.gif_animation = YES; in initialize()
181 } else if (gcontrol.gif_animation) { in number_out()
H A Dnpc.h164 BOOLEAN gif_animation; member
H A Dparam.c334 error_out("ANIMATION: %s", (gcontrol.gif_animation) ? "GIF89a animation" : "Server Push"); in debug_out()
380 pg->gif_animation = (c == 'G'); in set_control()
H A Dgetput.c445 return(gc.gif_animation == gcontrol.gif_animation);
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Dnsgifload.c108 gif_animation *anim;
263 print_animation( gif_animation *anim ) in print_animation()
648 gif->anim = g_new0( gif_animation, 1 ); in vips_foreign_load_nsgif_init()
/dports/www/netsurf/netsurf-3.10/content/handlers/image/
H A Dgif.c57 struct gif_animation *gif; /**< GIF animation data */
87 c->gif = calloc(sizeof(gif_animation), 1); in nsgif_create_gif_data()
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dgif-loader.c42 gif_animation gif;
/dports/graphics/gegl/gegl-0.4.34/operations/external/
H A Dgif-load.c64 gif_animation gif;
/dports/graphics/sdump/sdump-c5fb55b/static/
H A Dsdump.c284 gif_animation gif; in load_gif()