/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 55 fontStyle->UpdateFontFamily(fontFamilies);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 364 dataPickerRowLayoutProperty->UpdateFontFamily(appCustomFontFamily); in InitTextFontFamily() 486 …textLayoutProperty->UpdateFontFamily(dataPickerRowLayoutProperty->GetDisappearFontFamily().value_o… in UpdateDisappearTextProperties() 510 textLayoutProperty->UpdateFontFamily(dataPickerRowLayoutProperty->GetFontFamily().value_or( in UpdateCandidateTextProperties() 533 …textLayoutProperty->UpdateFontFamily(dataPickerRowLayoutProperty->GetSelectedFontFamily().value_or( in UpdateSelectedTextProperties()
|
H A D | datepicker_dialog_view.cpp | 889 buttonLayoutProperty->UpdateFontFamily(buttonInfos[index].fontFamily.value()); in UpdateButtonStyles() 1367 …pickerProperty->UpdateFontFamily(properties.normalTextStyle_.fontFamily.value_or(normalStyle.GetFo… in SetDateTextProperties()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.cpp | 437 timePickerLayoutProperty->UpdateFontFamily(appCustomFontFamily); in InitTextFontFamily() 523 … textLayoutProperty->UpdateFontFamily(timePickerLayoutProperty->GetDisappearFontFamily().value_or( in UpdateDisappearTextProperties() 545 textLayoutProperty->UpdateFontFamily(timePickerLayoutProperty->GetFontFamily().value_or( in UpdateCandidateTextProperties() 568 textLayoutProperty->UpdateFontFamily(timePickerLayoutProperty->GetSelectedFontFamily().value_or( in UpdateSelectedTextProperties()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.cpp | 246 textLayoutProperty->UpdateFontFamily(value); in SetFontFamily() 515 textLayoutProperty->UpdateFontFamily(value); in SetFontFamily()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_pattern_test_ng.cpp | 184 layoutProperty_->UpdateFontFamily(value);
|
H A D | text_clock_test_ng.cpp | 178 textClockLayoutProperty->UpdateFontFamily(FONT_FAMILY_VALUE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.cpp | 147 textLayoutProperty->UpdateFontFamily(layoutProperty->GetFontFamily().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 122 void UpdateFontFamily(RefPtr<TextLayoutProperty>& textProperty, RefPtr<MenuLayoutProperty>& menuPro… in UpdateFontFamily() function 126 textProperty->UpdateFontFamily(fontFamilies.value()); in UpdateFontFamily() 128 textProperty->UpdateFontFamily(menuProperty->GetFontFamily().value()); in UpdateFontFamily() 1469 UpdateFontFamily(textProperty, menuProperty, fontFamily); in UpdateFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 418 textPickerLayoutProperty->UpdateFontFamily(appCustomFontFamily); in InitTextFontFamily() 753 …textLayoutProperty->UpdateFontFamily(fontFamilyVector.empty() ? FONT_FAMILY_DEFAULT : fontFamilyVe… in UpdateDisappearTextProperties() 776 …textLayoutProperty->UpdateFontFamily(fontFamilyVector.empty() ? FONT_FAMILY_DEFAULT : fontFamilyVe… in UpdateCandidateTextProperties() 798 …textLayoutProperty->UpdateFontFamily(fontFamilyVector.empty() ? FONT_FAMILY_DEFAULT : fontFamilyVe… in UpdateSelectedTextProperties()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 409 props->UpdateFontFamily(value); in SetFontFamily()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.cpp | 119 textLayoutProperty->UpdateFontFamily(layoutProperty->GetFontFamily().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.cpp | 631 COPY_TEXT_STYLE(fontStyle, FontFamily, UpdateFontFamily); in GetSameStyleSpanItem() 757 … READ_TEXT_STYLE_TLV(fontStyle, UpdateFontFamily, TLV_SPAN_FONT_STYLE_FONTFAMILY, FontFamily); in DecodeTlv()
|
H A D | span_model_ng.cpp | 302 spanNode->UpdateFontFamily(value); in SetFontFamily()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 816 nodeLayoutProperty->UpdateFontFamily(selectedFont.GetFontFamilies()); in ApplyIndexChanged() 854 nodeLayoutProperty->UpdateFontFamily(defaultFont.GetFontFamilies()); in ApplyIndexChanged() 1146 letterLayoutProperty->UpdateFontFamily(popupTextFont.GetFontFamilies()); in UpdateBubbleLetterStackAndLetterTextView()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 398 textLayoutProp->UpdateFontFamily(scLayoutProp->GetFontFamily().value()); in UpdateTextProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 142 textLayoutProperty->UpdateFontFamily(layoutProperty->GetFontFamily().value()); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_model_ng.cpp | 598 textLayoutProperty->UpdateFontFamily(labelStyle.fontFamily.value()); in UpdateLabelStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 179 textTimerLayoutProperty->UpdateFontFamily(FONT_FAMILY_VALUE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.cpp | 105 textLayoutProperty->UpdateFontFamily(menuProperty->GetFontFamily().value()); in UpdateFontStyle() 109 labelProperty->UpdateFontFamily(menuProperty->GetFontFamily().value()); in UpdateFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_object.cpp | 94 spanItem->fontStyle->UpdateFontFamily(font_.fontFamiliesNG.value()); in AddSpanStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 132 textLayoutProperty->UpdateFontFamily(layoutProperty->GetFontFamily().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_test_ng.cpp | 521 buttonLayoutProperty->UpdateFontFamily(FONT_FAMILY_VALUE); 814 buttonLayoutProperty->UpdateFontFamily(fontFamily);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.cpp | 909 paintProperty_->UpdateFontFamily(fontFamilyVector);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.cpp | 395 textFieldLayoutProperty->UpdateFontFamily(font.fontFamilies); in SetTextFont() 1267 textFieldLayoutProperty->UpdateFontFamily(font.fontFamilies); in SetTextFont()
|