Searched refs:blendWithPrevFrame (Results 1 – 2 of 2) sorted by relevance
467 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels() local473 } else if (this->colorXform() || blendWithPrevFrame) { in onGetPixels()487 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) { in onGetPixels()539 if (blendWithPrevFrame) { in onGetPixels()549 if (blendWithPrevFrame) { in onGetPixels()558 } else if (blendWithPrevFrame) { in onGetPixels()
1000 const bool blendWithPrevFrame = frame->getBlend() == SkCodecAnimation::Blend::kSrcOver; in setAlphaAndRequiredFrame() local1001 if ((!reportsAlpha || !blendWithPrevFrame) && frameRect == screenRect) { in setAlphaAndRequiredFrame()1030 if (reportsAlpha && blendWithPrevFrame) { in setAlphaAndRequiredFrame()1058 frame->setHasAlpha(prevFrame->hasAlpha() || (reportsAlpha && !blendWithPrevFrame)); in setAlphaAndRequiredFrame()