/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_view.cpp | 88 layoutProps->UpdateFontSize(theme->GetMenuItemGroupTitleTextFontSize()); in SetHeader() 92 layoutProps->UpdateFontSize(theme->GetMenuFontSize()); in SetHeader() 134 layoutProps->UpdateFontSize(theme->GetMenuFontSize()); in SetFooter()
|
H A D | menu_item_group_pattern.cpp | 63 headerProperty->UpdateFontSize(menuFontSize.value()); in ModifyFontSize() 70 footerProperty->UpdateFontSize(menuFontSize.value()); in ModifyFontSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 87 textProperty->UpdateFontSize(theme->GetMenuFontSize()); in CreateText() 141 props->UpdateFontSize(theme->GetEndIconWidth()); in CreateSymbol() 151 props->UpdateFontSize(symbolUserDefinedIdealFontSize.value()); in CreateSymbol() 188 pasteLayoutProperty->UpdateFontSize(theme->GetMenuFontSize()); in CreatePasteButton()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.cpp | 193 symbolProperty->UpdateFontSize(theme->GetIconWidth()); in ApplyThemeIconSize() 243 symbolProperty->UpdateFontSize(theme->GetIconWidth()); in UpdateSymbolBackButton() 264 symbolProperty->UpdateFontSize(theme->GetIconWidth()); in CreateDefaultBackButton() 541 titleLayoutProperty->UpdateFontSize(miniTitleFontSize); in ResetMainTitleProperty() 544 titleLayoutProperty->UpdateFontSize(miniTitleFontSizeMin); in ResetMainTitleProperty() 549 titleLayoutProperty->UpdateFontSize(titleFontSize); in ResetMainTitleProperty() 554 titleLayoutProperty->UpdateFontSize(fontSize_.value()); in ResetMainTitleProperty() 557 titleLayoutProperty->UpdateFontSize(titleFontSize); in ResetMainTitleProperty() 605 titleLayoutProperty->UpdateFontSize(subTitleSize); in ResetSubTitleProperty() 694 textLayoutProperty->UpdateFontSize(backupFontSize.value()); in ApplyTitleModifier() [all …]
|
H A D | bar_item_pattern.cpp | 69 symbolProperty->UpdateFontSize(iconSize); in UpdateSymbolBarButton() 109 symbolProperty->UpdateFontSize(iconSize); in UpdateImageBarButton()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_element.cpp | 124 textProp->UpdateFontSize(defaultFontSize_); in Init() 180 property->UpdateFontSize(minFontSize_); in ChooseExactFontSize() 205 property->UpdateFontSize(fontSize); in ChooseExactFontSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | preview_mock_model_impl.h | 42 mockComponent->GetTaskPool()->UpdateFontSize(DEFAULT_FONT_SIZE); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_model_ng.cpp | 361 textLayoutProperty->UpdateFontSize(tabTheme->GetSubTabTextDefaultFontSize()); in AddTabBarItem() 373 textLayoutProperty->UpdateFontSize(tabTheme->GetBottomTabTextSize()); in AddTabBarItem() 384 textLayoutProperty->UpdateFontSize(tabTheme->GetBottomTabHorizontalTextSize()); in AddTabBarItem() 589 textLayoutProperty->UpdateFontSize(labelStyle.fontSize.value()); in UpdateLabelStyle() 619 symbolProperty->UpdateFontSize(tabTheme->GetBottomTabImageSize()); in UpdateDefaultSymbol()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 66 void UpdateFontSize(RefPtr<TextLayoutProperty>& textProperty, RefPtr<MenuLayoutProperty>& menuPrope… in UpdateFontSize() function 70 textProperty->UpdateFontSize(fontSize.value()); in UpdateFontSize() 72 textProperty->UpdateFontSize(menuProperty->GetFontSize().value()); in UpdateFontSize() 74 textProperty->UpdateFontSize(defaultFontSize); in UpdateFontSize() 1022 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateImageNode() 1056 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateSymbolNode() 1311 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateImageIcon() 1357 props->UpdateFontSize(selectTheme->GetEndIconWidth()); in UpdateSymbolIcon() 1449 UpdateFontSize(textProperty, menuProperty, fontSize, theme->GetMenuFontSize()); in UpdateFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/ |
H A D | aging_adapation_dialog_util.cpp | 85 symbolProperty->UpdateFontSize(dialogTheme->GetIdealSize()); in ShowLongPressDialog() 169 textLayoutProperty->UpdateFontSize(dialogTheme->GetDialogFontSize()); in CreateDialogTextNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_view.cpp | 218 symbolLayoutProperty->UpdateFontSize(SHEET_CLOSE_ICON_IMAGE_HEIGHT); in CreateCloseIconNode() 290 titleProp->UpdateFontSize(titleTextFontSize); in BuildMainTitle() 329 titleProp->UpdateFontSize(titleTextFontSize); in BuildSubTitle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | symbol_span_model_ng.cpp | 87 spanNode->UpdateFontSize(value); in SetFontSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography.h | 46 void UpdateFontSize(size_t from, size_t to, float fontSize) override;
|
H A D | typography.cpp | 177 void Typography::UpdateFontSize(size_t from, size_t to, float fontSize) in UpdateFontSize() function in OHOS::Rosen::AdapterTxt::Typography 183 paragraph_->UpdateFontSize(from, to, fontSize); in UpdateFontSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_layout_algorithm.cpp | 83 target->fontStyle->UpdateFontSize(typingTextStyle.GetFontSize()); in CopySpanStyle() 88 target->fontStyle->UpdateFontSize(source->fontStyle->GetFontSizeValue()); in CopySpanStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_model_ng.cpp | 61 textLayoutProperty->UpdateFontSize(textStyle.GetFontSize()); in SetTextStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_view.cpp | 259 textLayoutProperty->UpdateFontSize(theme->GetCalendarTitleFontSize()); in CreateTitleNode() 533 textLayoutProperty->UpdateFontSize(fontSize); in CreateButtonNode() 538 textLayoutProperty->UpdateFontSize(fontSize * fontSizeScale); in CreateButtonNode() 618 buttonLayoutProperty->UpdateFontSize(buttonInfos[index].fontSize.value()); in UpdateButtonStyles() 1054 textLayoutProperty->UpdateFontSize(fontSize); in UpdateButtons() 1059 textLayoutProperty->UpdateFontSize(fontSize * fontSizeScale); in UpdateButtons()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 108 textLayoutProps->UpdateFontSize(fontSize.value()); in UpdateTextProperties() 110 textLayoutProps->UpdateFontSize(fontSize.value()); in UpdateTextProperties() 642 layoutProperty->UpdateFontSize(popupTheme->GetFontSize()); in CreateMessage() 644 layoutProperty->UpdateFontSize(popupTheme->GetFontSize()); in CreateMessage() 795 textLayoutProps->UpdateFontSize(fontSize); in UpdateButtonFontSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_impl.h | 70 void UpdateFontSize(size_t from, size_t to, float fontSize) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph.h | 147 virtual void UpdateFontSize(size_t from, size_t to, float fontSize) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_base.cpp | 75 layoutProperty->UpdateFontSize(ADAPT_UPDATE_FONTSIZE_VALUE); in TestUpdateScenario() 296 textLayoutProperty->UpdateFontSize(ADAPT_FONT_SIZE_VALUE); in UpdateTextLayoutProperty()
|
H A D | text_testsix_ng.cpp | 41 fontStyle->UpdateFontSize(Dimension(10.0, DimensionUnit::PX));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography.h | 133 virtual void UpdateFontSize(size_t from, size_t to, float fontSize) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.cpp | 172 textLayoutProperty->UpdateFontSize(value); in SetFontSize() 285 textProps->UpdateFontSize(progressTheme->GetTextSize()); in SetTextDefaultStyle() 493 textLayoutProperty->UpdateFontSize(value); in SetFontSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_dialog_view.cpp | 171 … textLayoutProperty->UpdateFontSize(ConvertFontScaleValue(pickerTheme->GetLunarSwitchTextSize())); in CreateLunarSwitchTextNode() 256 …textLayoutProperty->UpdateFontSize(ConvertTitleFontScaleValue(pickerTheme->GetTitleStyle().GetFont… in CreateTitleButtonNode() 761 textLayoutProperty->UpdateFontSize( in UpdateConfirmButtonTextLayoutProperty() 775 … textCancelLayoutProperty->UpdateFontSize(pickerTheme->GetOptionStyle(false, false).GetFontSize()); in UpdateCancelButtonTextLayoutProperty() 877 … buttonLayoutProperty->UpdateFontSize(ConvertFontScaleValue(buttonInfos[index].fontSize.value())); in UpdateButtonStyles() 1360 pickerProperty->UpdateFontSize( in SetDateTextProperties() 1363 pickerProperty->UpdateFontSize(ConvertFontScaleValue(normalStyle.GetFontSize())); in SetDateTextProperties() 1410 pickerProperty->UpdateFontSize( in SetTimeTextProperties() 1413 pickerProperty->UpdateFontSize(ConvertFontScaleValue(normalStyle.GetFontSize())); in SetTimeTextProperties() 1896 textLayoutProperty->UpdateFontSize( in CreateNextPrevButtonNode()
|