Home
last modified time | relevance | path

Searched defs:fontStyle (Results 1 - 25 of 122) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.cpp48 auto fontStyle = textStyle.GetFontStyle(); in GetTextStyleInJson() local
H A Dtexttimer_composed_element.cpp113 auto fontStyle = in GetFontStyle() local
H A Dtext_clock_composed_element.cpp104 auto fontStyle = in GetTextFontStyle() local
H A Dtextinput_composed_element.cpp130 auto fontStyle = placeHoldStyle.GetFontStyle(); in GetPlaceholderFont() local
167 auto fontStyle = in GetTextInputFontStyle() local
H A Dtextarea_composed_element.cpp126 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 Dapp_bar_view.h46 void SetFontStyle(Ace::FontStyle fontStyle) {} in SetFontStyle() argument
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dasset_font_manager_test.cpp60 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 Dtexgine_font_style.cpp41 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 Dskia_font_mgr_test.cpp104 FontStyle fontStyle; in HWTEST_F() local
H A Dskia_font_style_set_test.cpp49 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 Dfont_style_set.cpp35 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 Dcj_measure_ffi.h41 int32_t fontStyle; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/
H A Dfontstyleset_fuzzer.cpp77 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 Dskia_font_style_set.cpp46 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 Dbutton_request_data.h46 std::optional<Ace::FontStyle> fontStyle; member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp22 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 Dmeasure_util.h41 FontStyle fontStyle = FontStyle::NORMAL; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_span_ffi.cpp111 void FfiOHOSAceFrameworkSpanSetFontStyle(int32_t fontStyle) in FfiOHOSAceFrameworkSpanSetFontStyle() argument
H A Dcj_alphabet_indexer_ffi.cpp66 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 Dcj_texttimer_ffi.cpp110 void FfiOHOSAceFrameworkTextTimerSetFontStyle(int32_t fontStyle) in FfiOHOSAceFrameworkTextTimerSetFontStyle() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testsix_ng.cpp40 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 Dtypography_style.h39 FontStyle fontStyle = FontStyle::NORMAL; member
61 FontStyle fontStyle = FontStyle::NORMAL; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp95 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 Darkts_native_date_picker_bridge.cpp65 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 Dtext_styles.cpp31 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...]

Completed in 9 milliseconds

12345