Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_layout_property.h80 auto normalTextStyle = JsonUtil::Create(true); in ToJsonValue() local
81 normalTextStyle->Put("color", GetColor().value_or(Color::BLACK).ColorToString().c_str()); in ToJsonValue()
82 normalTextStyle->Put("font", normalFont); in ToJsonValue()
83 json->PutExtAttr("textStyle", normalTextStyle, filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_row_layout_property.h87 auto normalTextStyle = JsonUtil::Create(true); in ToJsonValue() local
88 normalTextStyle->Put("color", GetColor().value_or(Color::BLACK).ColorToString().c_str()); in ToJsonValue()
89 normalTextStyle->Put("font", normalFont); in ToJsonValue()
90 json->PutExtAttr("textStyle", normalTextStyle, filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_property.h132 auto normalTextStyle = JsonUtil::Create(true); in ToJsonValue() local
133 normalTextStyle->Put("color", GetColor().value_or(Color::BLACK).ColorToString().c_str()); in ToJsonValue()
134 normalTextStyle->Put("font", normalFont); in ToJsonValue()
135 json->PutExtAttr("textStyle", normalTextStyle, filter); in ToJsonValue()