Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp1033 auto imageRenderContext = imageNode->GetRenderContext(); in LayoutMask() local
1034 CHECK_NULL_VOID(imageRenderContext); in LayoutMask()
1035 imageRenderContext->SetVisible(true); in LayoutMask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp319 auto imageRenderContext = imageNode->GetRenderContext(); in CreateTitleImageNode() local
320 CHECK_NULL_RETURN(imageRenderContext, nullptr); in CreateTitleImageNode()
321 imageRenderContext->UpdateBorderRadius(borderRadius); in CreateTitleImageNode()