Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2808 uint32_t totalAnimationSize = 0; in Animate() local
2818 [this, timestamp, period, isDisplaySyncEnabled, isRateDeciderEnabled, &totalAnimationSize, in Animate()
2831 totalAnimationSize += node->animationManager_.GetAnimationsSize(); in Animate()
2871 …FMT("Animate [nodeSize, totalAnimationSize] is [%lu, %lu]", animatingNodeSize, totalAnimationSize); in Animate()