Searched defs:gif (Results 1 – 2 of 2) sorted by relevance
33 read_num(gd_GIF * gif) in read_num()76 gd_GIF *gif = NULL; in gif_open() local172 discard_sub_blocks(gd_GIF *gif) in discard_sub_blocks()183 read_plain_text_ext(gd_GIF *gif) in read_plain_text_ext()210 read_graphic_control_ext(gd_GIF *gif) in read_graphic_control_ext()227 read_comment_ext(gd_GIF *gif) in read_comment_ext()239 read_application_ext(gd_GIF *gif) in read_application_ext()276 read_ext(gd_GIF *gif) in read_ext()338 get_key(gd_GIF *gif, int key_size, uint8_t *sub_len, uint8_t *shift, uint8_t *byte) in get_key()391 read_image_data(gd_GIF *gif, int interlace) in read_image_data()[all …]
32 gd_GIF * gif; member