Home
last modified time | relevance | path

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

123456

/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
/third_party/skia/docs/examples/
H A DSkFontMgr_example.cpp24 SkFontStyle fontStyle; in REG_FIDDLE() local
H A DSkFontMgr_example2.cpp24 SkFontStyle fontStyle; in REG_FIDDLE() local
H A Dtext_rendering.cpp7 SkFontStyle fontStyle; // Default is normal weight, normal width, upright slant. in REG_FIDDLE() 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
/third_party/skia/experimental/sktext/src/
H A DPaint.h23 TrivialFontChain(const char* ff, SkScalar size, SkFontStyle fontStyle) in TrivialFontChain() argument
45 MultipleFontChain(std::vector<const char*> ffs, SkScalar size, SkFontStyle fontStyle) in MultipleFontChain() 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
/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
/third_party/skia/tests/
H A DFontMgrTest.cpp128 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in DEF_TEST() argument
/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

Completed in 7 milliseconds

123456