Searched refs:prev_frame_disposed_ (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 40 uint8_t* prev_frame_disposed_; // Previous canvas (properly disposed). member 119 dec->prev_frame_disposed_ = (uint8_t*)WebPSafeCalloc( in WebPAnimDecoderNewInternal() 121 if (dec->prev_frame_disposed_ == NULL) goto Error; in WebPAnimDecoderNewInternal() 339 if (!CopyCanvas(dec->prev_frame_disposed_, dec->curr_frame_, in WebPAnimDecoderGetNext() 375 (uint32_t*)dec->prev_frame_disposed_ + offset, iter.width); in WebPAnimDecoderGetNext() 392 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1); in WebPAnimDecoderGetNext() 397 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext() 408 CopyCanvas(dec->curr_frame_, dec->prev_frame_disposed_, width, height); in WebPAnimDecoderGetNext() 410 ZeroFillFrameRect(dec->prev_frame_disposed_, width * NUM_CHANNELS, in WebPAnimDecoderGetNext() 451 WebPSafeFree(dec->prev_frame_disposed_); in WebPAnimDecoderDelete()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 40 uint8_t* prev_frame_disposed_; // Previous canvas (properly disposed). member 127 dec->prev_frame_disposed_ = (uint8_t*)WebPSafeCalloc( in WebPAnimDecoderNewInternal() 129 if (dec->prev_frame_disposed_ == NULL) goto Error; in WebPAnimDecoderNewInternal() 347 if (!CopyCanvas(dec->prev_frame_disposed_, dec->curr_frame_, in WebPAnimDecoderGetNext() 386 (uint32_t*)dec->prev_frame_disposed_ + offset, iter.width); in WebPAnimDecoderGetNext() 403 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1); in WebPAnimDecoderGetNext() 408 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext() 419 CopyCanvas(dec->curr_frame_, dec->prev_frame_disposed_, width, height); in WebPAnimDecoderGetNext() 421 ZeroFillFrameRect(dec->prev_frame_disposed_, width * NUM_CHANNELS, in WebPAnimDecoderGetNext() 462 WebPSafeFree(dec->prev_frame_disposed_); in WebPAnimDecoderDelete()
|