Home
last modified time | relevance | path

Searched defs:fontFamilyVector (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_property.h91 std::vector<std::string> fontFamilyVector = in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_property.cpp88 auto fontFamilyVector = textStyle.GetFontFamilies(); in ToJsonObjectValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp104 std::vector<std::string> fontFamilyVector = GetFontFamily().value_or(defaultFamily); in ToJsonValueForCapsule() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_node.cpp129 auto fontFamilyVector = labelStyle.fontFamily.value_or(emptyFontFamily); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp146 …std::vector<std::string> fontFamilyVector = value.value_or<std::vector<std::string>>({ "HarmonyOS … in GetFontFamilyInJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h169 auto fontFamilyVector = in ToJsonValueAttribute() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp751 auto fontFamilyVector = textPickerLayoutProperty->GetDisappearFontFamily().value_or( in UpdateDisappearTextProperties() local
774 auto fontFamilyVector = textPickerLayoutProperty->GetFontFamily().value_or( in UpdateCandidateTextProperties() local
796 auto fontFamilyVector = textPickerLayoutProperty->GetSelectedFontFamily().value_or( in UpdateSelectedTextProperties() local
812 auto fontFamilyVector = textLayoutProperty->GetFontFamily().value(); in AddAnimationTextProperties() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.cpp907 std::vector<std::string> fontFamilyVector = paintProperty_->GetFontFamilyValue(defaultFamily); variable