| /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
|
| /third_party/skia/docs/examples/ |
| H A D | SkFontMgr_example.cpp | 24 SkFontStyle fontStyle; in REG_FIDDLE() local
|
| H A D | SkFontMgr_example2.cpp | 24 SkFontStyle fontStyle; in REG_FIDDLE() local
|
| H A D | text_rendering.cpp | 7 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 D | span_fontstyle_test.cpp | 47 int32_t fontStyle = -1; in TestSpanFontStyle003() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
| H A D | textinput_fontstyle_test.cpp | 23 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 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
|
| /third_party/skia/experimental/sktext/src/ |
| H A D | Paint.h | 23 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 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
|
| /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
|
| /third_party/skia/tests/ |
| H A D | FontMgrTest.cpp | 128 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in DEF_TEST() argument
|