Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp173 bool rootFirst = order != TraversalType::DEPTH_FIRST_POST_ORDER; in IterateTickables()
215 TraversalType::DEPTH_FIRST_POST_ORDER); in GetAllStartables()
223 …if (traversal != TraversalType::DEPTH_FIRST_POST_ORDER && traversal != TraversalType::FULL_HIERARC… in StartHierarchy()
256 …if (traversal != TraversalType::DEPTH_FIRST_POST_ORDER && traversal != TraversalType::FULL_HIERARC… in StopHierarchy()
H A Dstartable_object_controller.h51 …eController, META_NS::TraversalType, TraversalType, META_NS::TraversalType::DEPTH_FIRST_POST_ORDER)
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_iterable.h34 DEPTH_FIRST_POST_ORDER = 2, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Ddepth_first_iteration.h41 if (is.traversal == TraversalType::DEPTH_FIRST_POST_ORDER && !func(arg)) { in META_BEGIN_NAMESPACE()
H A Diteration.h41 …== TraversalType::DEPTH_FIRST_PRE_ORDER || is.traversal == TraversalType::DEPTH_FIRST_POST_ORDER) { in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp133 … root, [&add](const IObject::Ptr& object) { return true; }, TraversalType::DEPTH_FIRST_POST_ORDER); in GetAllNodes()