/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_badge_ffi.h | 26 double fontSize; member
|
H A D | cj_span_ffi.cpp | 67 void FfiOHOSAceFrameworkSpanSetFontSize(double fontSize, int32_t unit) in FfiOHOSAceFrameworkSpanSetFontSize() argument
|
H A D | cj_menu_ffi.cpp | 39 CalcDimension fontSize = CalcDimension(size, DimensionUnit(unit)); in FfiOHOSAceFrameworkMenuFont() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_size_animation.h | 48 Dimension fontSize; member
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_adaptor.cpp | 24 GetNextLineAndWidth(const char* txt, uint16_t fontId, uint8_t fontSize, int16_t letterSpace, int16_t& maxWidth, int16_t& maxHeight, uint16_t& letterIndex, SpannableString* spannableString, bool allBreak, uint16_t len, bool eliminateTrailingSpaces) GetNextLineAndWidth() argument
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | appearance_clip_test.cpp | 55 const int fontSize = 50; in GRAPHIC_TEST() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/ |
H A D | cj_measure_ffi.h | 34 NativeOptionLength fontSize; member
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_style.h | 43 double fontSize = 14; member in OHOS::Ace::Testing::TestingTypographyStyle
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | marquee_composed_element.cpp | 99 auto fontSize = render ? render->GetTextStyle().GetFontSize() : Dimension(); in GetFontSize() local
|
H A D | texttimer_composed_element.cpp | 97 auto fontSize =
in GetFontSize() local
|
H A D | button_composed_element.cpp | 92 auto fontSize = render ? render->GetTextStyle().GetFontSize() : Dimension(); in GetFontSize() local
|
H A D | span_composed_element.cpp | 62 auto fontSize = renderTextSpan ? renderTextSpan->GetSpanStyle().GetFontSize() : Dimension(); in GetSpanTextFontSize() local
|
H A D | text_clock_composed_element.cpp | 96 auto fontSize =
in GetTextFontSize() local
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_label_unit_test.cpp | 223 const uint8_t fontSize = 20; // 20: font size for test in HWTEST_F() local
|
H A D | ui_edit_text_unit_test.cpp | 239 const uint8_t fontSize = 20; // 20: font size for test in HWTEST_F() local
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_text.cpp | 73 float fontSize = 16; in Draw() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_request_data.h | 43 std::optional<Dimension> fontSize; member
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.cpp | 22 TextStyle::TextStyle(const std::vector<std::string>& fontFamilies, double fontSize, FontWeight fontWeight, in TextStyle() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_symbol_span.cpp | 58 CalcDimension fontSize = theme->GetTextStyle().GetFontSize(); in SetFontSize() local
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | measure_util.h | 33 std::optional<Dimension> fontSize = std::nullopt; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_symbol_span_bridge.cpp | 83 CalcDimension fontSize; in SetFontSize() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | menu_model_impl.cpp | 20 void MenuModelImpl::SetFontSize(const Dimension& fontSize) {} in SetFontSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_text_field.cpp | 149 float SearchTextFieldPattern::FontSizeConvertToPx(const Dimension& fontSize) in FontSizeConvertToPx() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_builder_test_ng.cpp | 50 std::optional<Dimension> fontSize = std::nullopt; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_lineTypography_test.cpp | 88 double fontSize = 30;
in PrepareTypographyCreate() local
|