NetSurf
|
Data Fields | |
struct content | base |
nsgif_t * | gif |
GIF animation data. More... | |
uint32_t | current_frame |
current frame to display [0...(max-1)] More... | |
struct content gif_content::base |
Definition at line 60 of file gif.c.
Referenced by gif__animate(), gif_clone(), and gif_create_gif_data().
uint32_t gif_content::current_frame |
current frame to display [0...(max-1)]
Definition at line 63 of file gif.c.
Referenced by gif__animate(), and gif_get_frame().
nsgif_t* gif_content::gif |
GIF animation data.
Definition at line 62 of file gif.c.
Referenced by gif__animate(), gif_add_user(), gif_convert(), gif_create_gif_data(), gif_destroy(), and gif_get_frame().