Home
last modified time | relevance | path

Searched refs:activeAnim (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/wr/
H A DOMTASampler.cpp204 const auto activeAnim = aActiveAnimations.find(id); in RemoveEpochDataPriorTo() local
205 if (activeAnim == aActiveAnimations.end()) { in RemoveEpochDataPriorTo()
210 if (activeAnim->second <= aCompositorAnimationsToDelete.front().mEpoch) { in RemoveEpochDataPriorTo()
212 aActiveAnimations.erase(activeAnim); in RemoveEpochDataPriorTo()
H A DWebRenderBridgeParent.cpp1497 const auto activeAnim = mActiveAnimations.find(data.id()); in ProcessWebRenderParentCommands() local
1498 if (activeAnim == mActiveAnimations.end()) { in ProcessWebRenderParentCommands()
1502 activeAnim->second = mWrEpoch; in ProcessWebRenderParentCommands()
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DOMTASampler.cpp202 const auto activeAnim = aActiveAnimations.find(id); in RemoveEpochDataPriorTo() local
203 if (activeAnim == aActiveAnimations.end()) { in RemoveEpochDataPriorTo()
208 if (activeAnim->second <= aCompositorAnimationsToDelete.front().mEpoch) { in RemoveEpochDataPriorTo()
210 aActiveAnimations.erase(activeAnim); in RemoveEpochDataPriorTo()
H A DWebRenderBridgeParent.cpp1533 const auto activeAnim = mActiveAnimations.find(data.id()); in ProcessWebRenderParentCommands() local
1534 if (activeAnim == mActiveAnimations.end()) { in ProcessWebRenderParentCommands()
1538 activeAnim->second = mWrEpoch; in ProcessWebRenderParentCommands()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/wr/
H A DOMTASampler.cpp204 const auto activeAnim = aActiveAnimations.find(id); in RemoveEpochDataPriorTo() local
205 if (activeAnim == aActiveAnimations.end()) { in RemoveEpochDataPriorTo()
210 if (activeAnim->second <= aCompositorAnimationsToDelete.front().mEpoch) { in RemoveEpochDataPriorTo()
212 aActiveAnimations.erase(activeAnim); in RemoveEpochDataPriorTo()
H A DWebRenderBridgeParent.cpp1497 const auto activeAnim = mActiveAnimations.find(data.id()); in ProcessWebRenderParentCommands() local
1498 if (activeAnim == mActiveAnimations.end()) { in ProcessWebRenderParentCommands()
1502 activeAnim->second = mWrEpoch; in ProcessWebRenderParentCommands()
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/Gadgets/
H A Dunit_script.lua286 local activeAnim = activeUnit.waitingForMove
287 return AnimFinished(activeAnim, piece, axis)
292 local activeAnim = activeUnit.waitingForTurn
293 return AnimFinished(activeAnim, piece, axis)
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/wr/
H A DWebRenderBridgeParent.cpp879 const auto activeAnim = mActiveAnimations.find(id); in RemoveEpochDataPriorTo() local
880 if (activeAnim == mActiveAnimations.end()) { in RemoveEpochDataPriorTo()
885 if (activeAnim->second <= mCompositorAnimationsToDelete.front().mEpoch) { in RemoveEpochDataPriorTo()
887 mActiveAnimations.erase(activeAnim); in RemoveEpochDataPriorTo()
1412 const auto activeAnim = mActiveAnimations.find(data.id()); in ProcessWebRenderParentCommands() local
1413 if (activeAnim == mActiveAnimations.end()) { in ProcessWebRenderParentCommands()
1417 activeAnim->second = mWrEpoch; in ProcessWebRenderParentCommands()