Home
last modified time | relevance | path

Searched refs:aPreviousFrame (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DDecoder.cpp332 RawAccessFrameRef&& aPreviousFrame) { in AllocateFrameInternal() argument
349 MOZ_ASSERT(aPreviousFrame, "Must provide a previous frame when animated"); in AllocateFrameInternal()
350 aPreviousFrame->SetRawAccessOnly(); in AllocateFrameInternal()
354 if (aPreviousFrame->GetDisposalMethod() != in AllocateFrameInternal()
360 mRestoreFrame = std::move(aPreviousFrame); in AllocateFrameInternal()
368 mRestoreDirtyRect = aPreviousFrame->GetBoundedBlendRect(); in AllocateFrameInternal()
H A DDecoder.h558 RawAccessFrameRef&& aPreviousFrame);
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DDecoder.cpp337 RawAccessFrameRef&& aPreviousFrame) { in AllocateFrameInternal() argument
354 MOZ_ASSERT(aPreviousFrame, "Must provide a previous frame when animated"); in AllocateFrameInternal()
355 aPreviousFrame->SetRawAccessOnly(); in AllocateFrameInternal()
359 if (aPreviousFrame->GetDisposalMethod() != in AllocateFrameInternal()
365 mRestoreFrame = std::move(aPreviousFrame); in AllocateFrameInternal()
373 mRestoreDirtyRect = aPreviousFrame->GetBoundedBlendRect(); in AllocateFrameInternal()
H A DDecoder.h561 RawAccessFrameRef&& aPreviousFrame);
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DDecoder.cpp337 RawAccessFrameRef&& aPreviousFrame) { in AllocateFrameInternal() argument
354 MOZ_ASSERT(aPreviousFrame, "Must provide a previous frame when animated"); in AllocateFrameInternal()
355 aPreviousFrame->SetRawAccessOnly(); in AllocateFrameInternal()
359 if (aPreviousFrame->GetDisposalMethod() != in AllocateFrameInternal()
365 mRestoreFrame = std::move(aPreviousFrame); in AllocateFrameInternal()
373 mRestoreDirtyRect = aPreviousFrame->GetBoundedBlendRect(); in AllocateFrameInternal()
H A DDecoder.h561 RawAccessFrameRef&& aPreviousFrame);
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DDecoder.cpp317 imgFrame* aPreviousFrame) in AllocateFrameInternal() argument
349 MOZ_ASSERT(aPreviousFrame, "Must provide a previous frame when animated"); in AllocateFrameInternal()
350 aPreviousFrame->SetRawAccessOnly(); in AllocateFrameInternal()
355 AnimationData previousFrameData = aPreviousFrame->GetAnimationData(); in AllocateFrameInternal()
H A DDecoder.h517 imgFrame* aPreviousFrame);
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DDecoder.cpp287 uint8_t aPaletteDepth, imgFrame* aPreviousFrame) { in AllocateFrameInternal() argument
319 MOZ_ASSERT(aPreviousFrame, "Must provide a previous frame when animated"); in AllocateFrameInternal()
320 aPreviousFrame->SetRawAccessOnly(); in AllocateFrameInternal()
325 AnimationData previousFrameData = aPreviousFrame->GetAnimationData(); in AllocateFrameInternal()
H A DDecoder.h520 imgFrame* aPreviousFrame);
/dports/www/firefox/firefox-99.0/image/
H A DDecoder.cpp327 RawAccessFrameRef&& aPreviousFrame) { in AllocateFrameInternal() argument
344 if (aPreviousFrame->GetDisposalMethod() != in AllocateFrameInternal()
350 mRestoreFrame = std::move(aPreviousFrame); in AllocateFrameInternal()
358 mRestoreDirtyRect = aPreviousFrame->GetBoundedBlendRect(); in AllocateFrameInternal()
H A DDecoder.h571 RawAccessFrameRef&& aPreviousFrame);