Searched refs:ZeroFillFrameRect (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | anim_util.c | 101 static void ZeroFillFrameRect(uint8_t* rgba, int rgba_stride, int x_offset, in ZeroFillFrameRect() function 620 ZeroFillFrameRect(curr_rgba, canvas_width_in_bytes, in ReadAnimatedGIF() 646 ZeroFillFrameRect(curr_rgba, canvas_width_in_bytes, in ReadAnimatedGIF()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | anim_decode.c | 154 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect() function 410 ZeroFillFrameRect(dec->prev_frame_disposed_, width * NUM_CHANNELS, in WebPAnimDecoderGetNext()
|
Completed in 6 milliseconds