NetSurf
Data Fields
gif_content Struct Reference
Collaboration diagram for gif_content:
[legend]

Data Fields

struct content base
 
nsgif_t * gif
 GIF animation data. More...
 
uint32_t current_frame
 current frame to display [0...(max-1)] More...
 

Detailed Description

Definition at line 59 of file gif.c.

Field Documentation

◆ base

struct content gif_content::base

Definition at line 60 of file gif.c.

Referenced by gif__animate(), gif_clone(), and gif_create_gif_data().

◆ current_frame

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().

◆ gif

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().


The documentation for this struct was generated from the following file: