Home
last modified time | relevance | path

Searched refs:curr_frame_ (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c39 uint8_t* curr_frame_; // Current canvas (not disposed). member
116 dec->curr_frame_ = (uint8_t*)WebPSafeCalloc( in WebPAnimDecoderNewInternal()
118 if (dec->curr_frame_ == NULL) goto Error; in WebPAnimDecoderNewInternal()
335 if (!ZeroFillCanvas(dec->curr_frame_, width, height)) { in WebPAnimDecoderGetNext()
339 if (!CopyCanvas(dec->prev_frame_disposed_, dec->curr_frame_, in WebPAnimDecoderGetNext()
355 buf->rgba = dec->curr_frame_ + out_offset; in WebPAnimDecoderGetNext()
374 blend_row((uint32_t*)dec->curr_frame_ + offset, in WebPAnimDecoderGetNext()
391 blend_row((uint32_t*)dec->curr_frame_ + offset1, in WebPAnimDecoderGetNext()
396 blend_row((uint32_t*)dec->curr_frame_ + offset2, in WebPAnimDecoderGetNext()
408 CopyCanvas(dec->curr_frame_, dec->prev_frame_disposed_, width, height); in WebPAnimDecoderGetNext()
[all …]
/third_party/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c39 uint8_t* curr_frame_; // Current canvas (not disposed). member
124 dec->curr_frame_ = (uint8_t*)WebPSafeCalloc( in WebPAnimDecoderNewInternal()
126 if (dec->curr_frame_ == NULL) goto Error; in WebPAnimDecoderNewInternal()
343 if (!ZeroFillCanvas(dec->curr_frame_, width, height)) { in WebPAnimDecoderGetNext()
347 if (!CopyCanvas(dec->prev_frame_disposed_, dec->curr_frame_, in WebPAnimDecoderGetNext()
366 buf->rgba = dec->curr_frame_ + out_offset; in WebPAnimDecoderGetNext()
385 blend_row((uint32_t*)dec->curr_frame_ + offset, in WebPAnimDecoderGetNext()
402 blend_row((uint32_t*)dec->curr_frame_ + offset1, in WebPAnimDecoderGetNext()
407 blend_row((uint32_t*)dec->curr_frame_ + offset2, in WebPAnimDecoderGetNext()
419 CopyCanvas(dec->curr_frame_, dec->prev_frame_disposed_, width, height); in WebPAnimDecoderGetNext()
[all …]