Home
last modified time | relevance | path

Searched defs:fontStyle (Results 1 - 25 of 139) 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
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/span/
H A Dspan_fontstyle_test.cpp47 int32_t fontStyle = -1; in TestSpanFontStyle003() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_fontstyle_test.cpp23 int32_t fontStyle = ArkUI_FontStyle::ARKUI_FONT_STYLE_NORMAL; in TestTextInputFontStyle001() local
35 int32_t fontStyle = ArkUI_FontStyle::ARKUI_FONT_STYLE_ITALIC; in TestTextInputFontStyle002() local
47 int32_t fontStyle = PARAM_NEGATIVE_100; in TestTextInputFontStyle003() 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
/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

Completed in 12 milliseconds

123456