/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/preview_mock/ |
H A D | preview_mock_model_ng.cpp | 27 constexpr Dimension DEFAULT_FONT_SIZE = 20.0_vp; in Create() local 37 ACE_UPDATE_LAYOUT_PROPERTY(TextLayoutProperty, FontSize, DEFAULT_FONT_SIZE); in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components/coverage/ |
H A D | coverage_component.cpp | 23 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(40); member 43 textStyle.SetFontSize(DEFAULT_FONT_SIZE); in Initialization()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | preview_mock_model_impl.h | 29 constexpr Dimension DEFAULT_FONT_SIZE = 30.0_px;
member 42 mockComponent->GetTaskPool()->UpdateFontSize(DEFAULT_FONT_SIZE);
in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_layout_property.cpp | 29 const Dimension DEFAULT_FONT_SIZE = 10.0_vp; member 57 jsonValue->Put("fontSize", GetBadgeFontSize().value_or(DEFAULT_FONT_SIZE).ToString().c_str()); in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 28 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_fp; member 99 textStyle.SetFontSize(DEFAULT_FONT_SIZE); in CreateMessage() 139 textStyle.SetFontSize(DEFAULT_FONT_SIZE); in CreateButton()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_edittext_component.h | 37 fontSize_(DEFAULT_FONT_SIZE) in InputEditTextComponent()
|
H A D | input_button_component.h | 43 fontSize_(DEFAULT_FONT_SIZE) in InputButtonComponent()
|
H A D | text_component.cpp | 32 fontSize_(DEFAULT_FONT_SIZE), in TextComponent()
|
H A D | picker_view_component.cpp | 88 fontSize_(DEFAULT_FONT_SIZE), in PickerViewComponent()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.cpp | 25 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_px; member 99 auto fontSize = val.empty() ? DEFAULT_FONT_SIZE : declaration.ParseDimension(val); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 22 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(16.0, DimensionUnit::FP); member 57 TextTimerModelNG::SetFontSize(frameNode, DEFAULT_FONT_SIZE); in ResetFontSize()
|
H A D | text_clock_modifier.cpp | 25 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(16.0, DimensionUnit::FP); member 72 TextClockModelNG::SetFontSize(frameNode, DEFAULT_FONT_SIZE); in ResetFontSize()
|
H A D | progress_modifier.cpp | 34 constexpr double DEFAULT_FONT_SIZE = 12; member 322 ProgressModelNG::SetFontSize(node, Dimension(DEFAULT_FONT_SIZE, DimensionUnit::FP)); in SetCapsuleStyleOptions()
|
H A D | node_span_modifier.cpp | 27 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(16.0, DimensionUnit::FP); member 163 CHECK_NULL_RETURN(uiNode, DEFAULT_FONT_SIZE.Value()); in GetSpanFontSize()
|
H A D | search_modifier.cpp | 24 constexpr Dimension DEFAULT_FONT_SIZE = 16.0_fp; member 58 font.fontSize = DEFAULT_FONT_SIZE; in ResetSearchTextFont()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 30 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_px; member 41 SetFontSize(DEFAULT_FONT_SIZE); in OffscreenCanvasPaintMethod()
|
H A D | canvas_paint_method.cpp | 31 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_px; member 40 SetFontSize(DEFAULT_FONT_SIZE); in CanvasPaintMethod()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_base.h | 114 const Dimension DEFAULT_FONT_SIZE = Dimension(16, DimensionUnit::VP); member
|
H A D | text_input_update_test.cpp | 700 model.SetFontSize(DEFAULT_FONT_SIZE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/ |
H A D | text_declaration.cpp | 27 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_px; member 115 auto fontSize = val.empty() ? DEFAULT_FONT_SIZE : declaration.ParseDimension(val); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.h | 114 constexpr uint8_t DEFAULT_FONT_SIZE = 30; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 64 constexpr float DEFAULT_FONT_SIZE = 16.0f; member 104 theme->fontSize_ = Dimension(DEFAULT_FONT_SIZE); in InitDefaultTheme() 316 EXPECT_EQ(textProp->GetFontSize().value_or(Dimension(0.0)).ConvertToVp(), DEFAULT_FONT_SIZE); in HWTEST_F() 764 EXPECT_EQ(textProp->GetFontSize().value_or(Dimension(0.0)).ConvertToVp(), DEFAULT_FONT_SIZE); in HWTEST_F() 1192 EXPECT_EQ(textProp->GetFontSize().value_or(Dimension(0.0)).ConvertToVp(), DEFAULT_FONT_SIZE); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 191 constexpr uint32_t DEFAULT_FONT_SIZE = 10; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 52 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_px; member 115 paintState_ = PaintState(TextAlign::START, TextDirection::INHERIT, DEFAULT_FONT_SIZE); in JSCanvasRenderer() 1563 paintState_ = PaintState(TextAlign::START, TextDirection::INHERIT, DEFAULT_FONT_SIZE); in ResetPaintState()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 108 constexpr int32_t DEFAULT_FONT_SIZE = 16; member
|