/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | utils.cpp | 48 auto fontStyle = textStyle.GetFontStyle(); in GetTextStyleInJson() local
|
H A D | texttimer_composed_element.cpp | 113 auto fontStyle =
in GetFontStyle() local
|
H A D | text_clock_composed_element.cpp | 104 auto fontStyle =
in GetTextFontStyle() local
|
H A D | textinput_composed_element.cpp | 130 auto fontStyle = placeHoldStyle.GetFontStyle(); in GetPlaceholderFont() local 167 auto fontStyle = in GetTextInputFontStyle() local
|
H A D | textarea_composed_element.cpp | 126 auto fontStyle = placeHoldStyle.GetFontStyle(); in GetPlaceholderFont() local 171 auto fontStyle = in GetTextFontStyle() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | app_bar_view.h | 46 void SetFontStyle(Ace::FontStyle fontStyle) {} in SetFontStyle() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | asset_font_manager_test.cpp | 60 SkFontStyle fontStyle; in HWTEST_F() local 108 SkFontStyle fontStyle; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font_style.cpp | 41 void TexgineFontStyle::SetFontStyle(const std::shared_ptr<RSFontStyle> fontStyle) in SetFontStyle() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_font_mgr_test.cpp | 104 FontStyle fontStyle; in HWTEST_F() local
|
H A D | skia_font_style_set_test.cpp | 49 FontStyle fontStyle; in HWTEST_F() local 65 FontStyle fontStyle; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font_style_set.cpp | 35 void FontStyleSet::GetStyle(int32_t index, FontStyle* fontStyle, std::string* styleName) in GetStyle() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/ |
H A D | cj_measure_ffi.h | 41 int32_t fontStyle; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/ |
H A D | fontstyleset_fuzzer.cpp | 77 FontStyle fontStyle = FontStyle(weight, width, static_cast<FontStyle::Slant>(slant % SLANT_SIZE)); in FontStyleSetFuzzTest002() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font_style_set.cpp | 46 void SkiaFontStyleSet::GetStyle(int32_t index, FontStyle* fontStyle, std::string* styleName) in GetStyle() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_request_data.h | 46 std::optional<Ace::FontStyle> fontStyle; member
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.cpp | 22 TextStyle(const std::vector<std::string>& fontFamilies, double fontSize, FontWeight fontWeight, FontStyle fontStyle, const Color& textColor) TextStyle() argument
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | measure_util.h | 41 FontStyle fontStyle = FontStyle::NORMAL; member
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_span_ffi.cpp | 111 void FfiOHOSAceFrameworkSpanSetFontStyle(int32_t fontStyle) in FfiOHOSAceFrameworkSpanSetFontStyle() argument
|
H A D | cj_alphabet_indexer_ffi.cpp | 66 std::optional<FontStyle> fontStyle = static_cast<FontStyle>(style); in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont() local 75 std::optional<FontStyle> fontStyle = static_cast<FontStyle>(style); in FfiOHOSAceFrameworkAlphabetIndexerPopupFont() local 84 std::optional<FontStyle> fontStyle = static_cast<FontStyle>(style); in FfiOHOSAceFrameworkAlphabetIndexerFont() local
|
H A D | cj_texttimer_ffi.cpp | 110 void FfiOHOSAceFrameworkTextTimerSetFontStyle(int32_t fontStyle) in FfiOHOSAceFrameworkTextTimerSetFontStyle() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 40 auto fontStyle = std::make_unique<FontStyle>(); in HWTEST_F() local 118 auto fontStyle = std::make_unique<FontStyle>(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_style.h | 39 FontStyle fontStyle = FontStyle::NORMAL; member 61 FontStyle fontStyle = FontStyle::NORMAL; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | indexer_model_impl.cpp | 95 SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) SetSelectedFont() argument 107 SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) SetPopupFont() argument 119 SetFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) SetFont() argument 202 SetTextStyle(TextStyle& textStyle, std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) SetTextStyle() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_date_picker_bridge.cpp | 65 int32_t fontStyle = 0; in SetSelectedTextStyle() local 123 int32_t fontStyle = 0; in SetTextStyle() local 181 int32_t fontStyle = 0; in SetDisappearTextStyle() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_styles.cpp | 31 TextStyle CreateTextStyleUsingTheme(const std::unique_ptr<FontStyle>& fontStyle, in CreateTextStyleUsingTheme() argument 39 void UseSelfStyle(const std::unique_ptr<FontStyle>& fontStyle, in UseSelfStyle() argument 82 CreateTextStyleUsingThemeWithText(const RefPtr<FrameNode> frameNode, const std::unique_ptr<FontStyle>& fontStyle, const std::unique_ptr<TextLineStyle>& textLineStyle, const RefPtr<TextTheme>& textTheme) CreateTextStyleUsingThemeWithText() argument [all...] |