Home
last modified time | relevance | path

Searched defs:childDrawable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp51 auto childDrawable = RSRenderNodeDrawableAdapter::OnGenerate(child); in OnUpdate() local
67 auto childDrawable = RSRenderNodeDrawableAdapter::OnGenerate(child); in OnUpdate() local
120 if (auto childDrawable = RSRenderNodeDrawableAdapter::OnGenerate(pairedNode)) { in OnSharedTransition() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp159 auto childDrawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>( variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp199 auto childDrawable = std::make_shared<RSChildrenDrawableBrotherAdapter>(); variable