Searched refs:src_frame_num (Results 1 – 1 of 1) sorted by relevance
626 int src_frame_num = i - 2; in ReadAnimatedGIF() local627 while (src_frame_num >= 0) { in ReadAnimatedGIF()630 DGifSavedExtensionToGCB(gif, src_frame_num, &src_frame_gcb); in ReadAnimatedGIF()632 --src_frame_num; in ReadAnimatedGIF()634 if (src_frame_num >= 0) { in ReadAnimatedGIF()638 image->frames[src_frame_num].rgba; in ReadAnimatedGIF()
Completed in 4 milliseconds