Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h606 OutOfParentType outOfParent_ = OutOfParentType::UNKNOWN; variable
H A Drs_node.cpp2497 if (outOfParent != outOfParent_) { in SetOutOfParent()
2498 outOfParent_ = outOfParent; in SetOutOfParent()
2884 out += "], outOfParent[" + std::to_string(static_cast<int>(outOfParent_)); in Dump()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h1032 OutOfParentType outOfParent_ = OutOfParentType::UNKNOWN; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4020 outOfParent_ = outOfParent; in SetOutOfParent()
4024 return outOfParent_; in GetOutOfParent()