Searched refs:scLayoutProp (Results 1 – 1 of 1) sorted by relevance
369 CHECK_NULL_VOID(scLayoutProp); in UpdateIconProperty()370 if (scLayoutProp->GetIconSize().has_value()) { in UpdateIconProperty()371 auto iconSize = scLayoutProp->GetIconSize().value(); in UpdateIconProperty()388 if (scLayoutProp->GetFontSize().has_value()) { in UpdateTextProperty()389 textLayoutProp->UpdateFontSize(scLayoutProp->GetFontSize().value()); in UpdateTextProperty()391 if (scLayoutProp->GetFontStyle().has_value()) { in UpdateTextProperty()394 if (scLayoutProp->GetFontWeight().has_value()) { in UpdateTextProperty()395 textLayoutProp->UpdateFontWeight(scLayoutProp->GetFontWeight().value()); in UpdateTextProperty()397 if (scLayoutProp->GetFontFamily().has_value()) { in UpdateTextProperty()414 if (scLayoutProp->GetBackgroundBorderWidth().has_value()) { in UpdateButtonProperty()[all …]