Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h549 bool HasCacheableAnim() const { return hasCacheableAnim_; } in HasCacheableAnim()
1049 bool hasCacheableAnim_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3171 hasCacheableAnim_ = true; in CheckGroupableAnimation()
3176 hasCacheableAnim_ = false; in CheckGroupableAnimation()
3186hasCacheableAnim_ = (hasCacheableAnim_ || (CACHEABLE_ANIMATION_TYPE.count(itr->second->GetType()) … in CheckGroupableAnimation()