Home
last modified time | relevance | path

Searched refs:DEFAULT_FONT_SIZE (Results 1 - 25 of 31) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/preview_mock/
H A Dpreview_mock_model_ng.cpp27 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 Dcoverage_component.cpp23 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 Dpreview_mock_model_impl.h29 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 Dbadge_layout_property.cpp29 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 Dpopup_component_v2.cpp28 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 Dinput_edittext_component.h37 fontSize_(DEFAULT_FONT_SIZE) in InputEditTextComponent()
H A Dinput_button_component.h43 fontSize_(DEFAULT_FONT_SIZE) in InputButtonComponent()
H A Dtext_component.cpp32 fontSize_(DEFAULT_FONT_SIZE), in TextComponent()
H A Dpicker_view_component.cpp88 fontSize_(DEFAULT_FONT_SIZE), in PickerViewComponent()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp25 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 Dtext_timer_modifier.cpp22 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(16.0, DimensionUnit::FP); member
57 TextTimerModelNG::SetFontSize(frameNode, DEFAULT_FONT_SIZE); in ResetFontSize()
H A Dtext_clock_modifier.cpp25 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(16.0, DimensionUnit::FP); member
72 TextClockModelNG::SetFontSize(frameNode, DEFAULT_FONT_SIZE); in ResetFontSize()
H A Dprogress_modifier.cpp34 constexpr double DEFAULT_FONT_SIZE = 12; member
322 ProgressModelNG::SetFontSize(node, Dimension(DEFAULT_FONT_SIZE, DimensionUnit::FP)); in SetCapsuleStyleOptions()
H A Dnode_span_modifier.cpp27 constexpr Dimension DEFAULT_FONT_SIZE = Dimension(16.0, DimensionUnit::FP); member
163 CHECK_NULL_RETURN(uiNode, DEFAULT_FONT_SIZE.Value()); in GetSpanFontSize()
H A Dsearch_modifier.cpp24 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 Doffscreen_canvas_paint_method.cpp30 constexpr Dimension DEFAULT_FONT_SIZE = 14.0_px; member
41 SetFontSize(DEFAULT_FONT_SIZE); in OffscreenCanvasPaintMethod()
H A Dcanvas_paint_method.cpp31 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 Dtext_input_base.h114 const Dimension DEFAULT_FONT_SIZE = Dimension(16, DimensionUnit::VP); member
H A Dtext_input_update_test.cpp700 model.SetFontSize(DEFAULT_FONT_SIZE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp27 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 Djs_fwk_common.h114 constexpr uint8_t DEFAULT_FONT_SIZE = 30; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp64 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 Dui_font_header.h191 constexpr uint32_t DEFAULT_FONT_SIZE = 10; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp52 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 Dweb_property.h108 constexpr int32_t DEFAULT_FONT_SIZE = 16; member

Completed in 29 milliseconds

12