Home
last modified time | relevance | path

Searched refs: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
52 if (!childDrawable) { in OnUpdate()
55 if (childDrawable->GetSkipType() == SkipType::SKIP_SHADOW) { in OnUpdate()
56 childDrawable->SetSkip(SkipType::NONE); in OnUpdate()
58 stagingChildrenDrawableVec_.push_back(std::move(childDrawable)); in OnUpdate()
67 auto childDrawable = RSRenderNodeDrawableAdapter::OnGenerate(child); in OnUpdate() local
68 if (!childDrawable) { in OnUpdate()
71 … auto shadowDrawable = RSRenderNodeDrawableAdapter::OnGenerateShadowDrawable(child, childDrawable); in OnUpdate()
76 pendingChildren.push_back(std::move(childDrawable)); in OnUpdate()
120 if (auto childDrawable = RSRenderNodeDrawableAdapter::OnGenerate(pairedNode)) { in OnSharedTransition() local
[all …]
/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
202 childDrawable->childrenDrawableVec_.emplace_back(childAdapter);
203 renderNode->drawableVec_[static_cast<int32_t>(RSDrawableSlot::CHILDREN)] = childDrawable;
/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
161 ASSERT_NE(childDrawable, nullptr);
169 if (childDrawable->GetSyncDirtyManager()) {
170 ASSERT_FALSE(childDrawable->GetSyncDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty());