Searched refs:iconRenderProperty (Results 1 – 2 of 2) sorted by relevance
121 auto iconRenderProperty = icon_->GetPaintProperty<ImageRenderProperty>(); in UpdateIconSrc() local122 CHECK_NULL_VOID(iconRenderProperty); in UpdateIconSrc()123 iconRenderProperty->UpdateSvgFillColor(selectTheme->GetMenuIconColor()); in UpdateIconSrc()
143 auto iconRenderProperty = node->GetPaintProperty<ImageRenderProperty>(); in UpdateIconSrc() local144 CHECK_NULL_VOID(iconRenderProperty); in UpdateIconSrc()145 iconRenderProperty->UpdateSvgFillColor(color); in UpdateIconSrc()