Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp121 auto iconRenderProperty = icon_->GetPaintProperty<ImageRenderProperty>(); in UpdateIconSrc() local
122 CHECK_NULL_VOID(iconRenderProperty); in UpdateIconSrc()
123 iconRenderProperty->UpdateSvgFillColor(selectTheme->GetMenuIconColor()); in UpdateIconSrc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp143 auto iconRenderProperty = node->GetPaintProperty<ImageRenderProperty>(); in UpdateIconSrc() local
144 CHECK_NULL_VOID(iconRenderProperty); in UpdateIconSrc()
145 iconRenderProperty->UpdateSvgFillColor(color); in UpdateIconSrc()