Searched refs:gif_fill_rect (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | gifdec.c | 96 static void gif_fill_rect(AVFrame *picture, uint32_t color, int l, int t, int w, int h) in gif_fill_rect() function 215 gif_fill_rect(frame, s->stored_bg_color, s->gce_l, s->gce_t, s->gce_w, s->gce_h); in gif_read_image()
|