Searched refs:GIF_GCE_EXT_LABEL (Results 1 – 6 of 6) sorted by relevance
45 #define GIF_GCE_EXT_LABEL 0xf9 macro
128 if (g->etype == GIF_GCE_EXT_LABEL) { in gif_find_frame_end()
330 case GIF_GCE_EXT_LABEL: in gif_read_extension()
371 bytestream_put_byte(bytestream, GIF_GCE_EXT_LABEL); in gif_image_write_image()
71 while (x != GIF_GCE_EXT_LABEL && bytestream2_get_bytes_left(&gb) > 0) { in gif_parse_packet()78 if (x == GIF_GCE_EXT_LABEL) in gif_parse_packet()
153 } else if (subtype == GIF_GCE_EXT_LABEL) { in gif_read_header()215 if (ext_label == GIF_GCE_EXT_LABEL) { in gif_read_ext()