Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp369 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 …]