Lines Matching defs:gif
43 read_num(gd_GIF * gif) in read_num()
82 gd_GIF * gif = NULL; in gif_open() local
173 discard_sub_blocks(gd_GIF * gif) in discard_sub_blocks()
184 read_plain_text_ext(gd_GIF * gif) in read_plain_text_ext()
212 read_graphic_control_ext(gd_GIF * gif) in read_graphic_control_ext()
229 read_comment_ext(gd_GIF * gif) in read_comment_ext()
241 read_application_ext(gd_GIF * gif) in read_application_ext()
280 read_ext(gd_GIF * gif) in read_ext()
304 get_key(gd_GIF *gif, int key_size, uint8_t *sub_len, uint8_t *shift, uint8_t *byte) in get_key()
336 read_image_data(gd_GIF *gif, int interlace) in read_image_data()
549 read_image_data(gd_GIF * gif, int interlace) in read_image_data()
630 read_image(gd_GIF * gif) in read_image()
661 render_frame_rect(gd_GIF * gif, uint8_t * buffer) in render_frame_rect()
689 dispose(gd_GIF * gif) in dispose()
726 gd_get_frame(gd_GIF * gif) in gd_get_frame()
753 gd_render_frame(gd_GIF * gif, uint8_t * buffer) in gd_render_frame()
759 gd_rewind(gd_GIF * gif) in gd_rewind()
766 gd_close_gif(gd_GIF * gif) in gd_close_gif()
772 static bool f_gif_open(gd_GIF * gif, const void * path, bool is_file) in f_gif_open()
789 static void f_gif_read(gd_GIF * gif, void * buf, size_t len) in f_gif_read()
800 static int f_gif_seek(gd_GIF * gif, size_t pos, int k) in f_gif_seek()
815 static void f_gif_close(gd_GIF * gif) in f_gif_close()