/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 1119 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 D | asset_font_manager_test.cpp | 99 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 D | skia_font_style_set_test.cpp | 49 FontStyle fontStyle; variable 65 FontStyle fontStyle; variable
|
H A D | skia_typeface_test.cpp | 144 FontStyle fontStyle; variable 156 FontStyle fontStyle; variable 231 FontStyle fontStyle = typeface->GetFontStyle(); variable
|
H A D | skia_font_mgr_test.cpp | 104 FontStyle fontStyle; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 38 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 D | text_styles.cpp | 35 TextStyle CreateTextStyleUsingTheme(const std::unique_ptr<FontStyle>& fontStyle, in CreateTextStyleUsingTheme() 80 void UseSelfStyle(const std::unique_ptr<FontStyle>& fontStyle, in UseSelfStyle() 122 … const 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 D | utils.cpp | 48 auto fontStyle = textStyle.GetFontStyle(); in GetTextStyleInJson() local
|
H A D | indexer_composed_element.cpp | 167 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 D | ts-universal-attributes-text-style.md | 45 ## fontStyle section
|
H A D | ts-basic-components-span.md | 128 ### fontStyle subsection
|
H A D | ts-securitycomponent-attributes.md | 144 ## fontStyle section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-text-style.md | 45 ## fontStyle section
|
H A D | ts-basic-components-span.md | 128 ### fontStyle subsection
|
H A D | ts-securitycomponent-attributes.md | 144 ## fontStyle section
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | indexer_model_impl.cpp | 97 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 D | skia_convert_utils.h | 109 …static inline void DrawingFontStyleCastToSkFontStyle(const FontStyle& fontStyle, SkFontStyle& skFo… in DrawingFontStyleCastToSkFontStyle() 115 …inline void SkFontStyleCastToDrawingFontStyle(const SkFontStyle& skFontStyle, FontStyle& fontStyle) in SkFontStyleCastToDrawingFontStyle()
|
H A D | skia_font_style_set.cpp | 46 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 D | app_bar_view.h | 46 void SetFontStyle(Ace::FontStyle fontStyle) {} in SetFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alphabet_indexer_ffi.cpp | 71 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 D | cj_search_ffi.cpp | 46 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 D | font_style_set.cpp | 35 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 D | texgine_font_style.cpp | 41 void TexgineFontStyle::SetFontStyle(const std::shared_ptr<RSFontStyle> fontStyle) in SetFontStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_style.h | 38 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 D | arkts_native_date_picker_bridge.cpp | 65 int32_t fontStyle = 0; in SetSelectedTextStyle() local 123 int32_t fontStyle = 0; in SetTextStyle() local 181 int32_t fontStyle = 0; in SetDisappearTextStyle() local
|