Home
last modified time | relevance | path

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

123456

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp1119 UICanvas::FontStyle fontStyle; variable
1150 UICanvas::FontStyle fontStyle; variable
1185 UICanvas::FontStyle fontStyle; variable
1216 UICanvas::FontStyle fontStyle; variable
1248 UICanvas::FontStyle fontStyle; variable
1283 UICanvas::FontStyle fontStyle; variable
1321 UICanvas::FontStyle fontStyle; variable
1356 UICanvas::FontStyle fontStyle; variable
1394 UICanvas::FontStyle fontStyle; variable
1431 UICanvas::FontStyle fontStyle; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dasset_font_manager_test.cpp99 SkFontStyle fontStyle; variable
112 SkFontStyle fontStyle; variable
170 SkFontStyle fontStyle; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_font_style_set_test.cpp49 FontStyle fontStyle; variable
65 FontStyle fontStyle; variable
H A Dskia_typeface_test.cpp144 FontStyle fontStyle; variable
156 FontStyle fontStyle; variable
231 FontStyle fontStyle = typeface->GetFontStyle(); variable
H A Dskia_font_mgr_test.cpp104 FontStyle fontStyle; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testsix_ng.cpp38 auto fontStyle = std::make_unique<FontStyle>(); variable
116 auto fontStyle = std::make_unique<FontStyle>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp35 TextStyle CreateTextStyleUsingTheme(const std::unique_ptr<FontStyle>& fontStyle, in CreateTextStyleUsingTheme()
80 void UseSelfStyle(const std::unique_ptr<FontStyle>& fontStyle, in UseSelfStyle()
122const std::unique_ptr<FontStyle>& fontStyle, const std::unique_ptr<TextLineStyle>& textLineStyle, in CreateTextStyleUsingThemeWithText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.cpp48 auto fontStyle = textStyle.GetFontStyle(); in GetTextStyleInJson() local
H A Dindexer_composed_element.cpp167 auto fontStyle = render ? render->GetActiveTextStyle().GetFontStyle() : FontStyle::NORMAL; in GetSelectedFont() local
186 …auto fontStyle = render ? render->GetBubbleText()->GetTextStyle().GetFontStyle() : FontStyle::NORM… in GetPopupFont() local
205 auto fontStyle = render ? render->GetNormalTextStyle().GetFontStyle() : FontStyle::NORMAL; in GetFont() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-text-style.md45 ## fontStyle section
H A Dts-basic-components-span.md128 ### fontStyle subsection
H A Dts-securitycomponent-attributes.md144 ## fontStyle section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-text-style.md45 ## fontStyle section
H A Dts-basic-components-span.md128 ### fontStyle subsection
H A Dts-securitycomponent-attributes.md144 ## fontStyle section
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp97 std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) in SetSelectedFont()
109 std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) in SetPopupFont()
121 std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) in SetFont()
205 std::optional<FontStyle>& fontStyle) in SetTextStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_convert_utils.h109 …static inline void DrawingFontStyleCastToSkFontStyle(const FontStyle& fontStyle, SkFontStyle& skFo… in DrawingFontStyleCastToSkFontStyle()
115 …inline void SkFontStyleCastToDrawingFontStyle(const SkFontStyle& skFontStyle, FontStyle& fontStyle) in SkFontStyleCastToDrawingFontStyle()
H A Dskia_font_style_set.cpp46 void SkiaFontStyleSet::GetStyle(int32_t index, FontStyle* fontStyle, std::string* styleName) in GetStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h46 void SetFontStyle(Ace::FontStyle fontStyle) {} in SetFontStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp71 std::optional<FontStyle> fontStyle = static_cast<FontStyle>(style); in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont() local
80 std::optional<FontStyle> fontStyle = static_cast<FontStyle>(style); in FfiOHOSAceFrameworkAlphabetIndexerPopupFont() local
89 std::optional<FontStyle> fontStyle = static_cast<FontStyle>(style); in FfiOHOSAceFrameworkAlphabetIndexerFont() local
H A Dcj_search_ffi.cpp46 int32_t fontStyle, in handleFont()
95 …double fontSize, int32_t sizeUnit, const char* fontWeight, int32_t fontStyle, const char* fontFami… in FfiOHOSAceFrameworkSearchSetPlaceholderFont()
107 …double fontSize, int32_t sizeUnit, const char* fontWeight, int32_t fontStyle, const char* fontFami… in FfiOHOSAceFrameworkSearchSetTextFont()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h38 FontStyle fontStyle = FontStyle::NORMAL; member
60 FontStyle fontStyle = FontStyle::NORMAL; member
/ohos5.0/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

123456