| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | text_testfive_ng.cpp | 2776 auto fontStyle = std::make_unique<FontStyle>(); HWTEST_F() local 2854 auto fontStyle = std::make_unique<FontStyle>(); HWTEST_F() local [all...] |
| H A D | text_test_ng.cpp | 88 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); in HWTEST_F() local 139 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); in HWTEST_F() local 165 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_text_typography_test.cpp | 1546 int fontStyle = FONT_STYLE_ITALIC; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | popup_param.h | 344 void SetFontStyle(const FontStyle& fontStyle) in SetFontStyle() argument
|
| H A D | text_style.h | 61 inline std::string ToString(const FontStyle& fontStyle) in ToString() argument 71 inline std::string ToStringNDK(const FontStyle& fontStyle) in ToStringNDK() argument 296 void SetFontStyle(FontStyle fontStyle) in SetFontStyle() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
| H A D | menu_item_pattern.cpp | 1433 auto fontStyle = isLabel ? itemProperty->GetLabelItalicFontStyle() : itemProperty->GetItalicFontStyle(); in UpdateFont() local 84 UpdateFontStyle(RefPtr<TextLayoutProperty>& textProperty, RefPtr<MenuLayoutProperty>& menuProperty, const std::optional<Ace::FontStyle>& fontStyle) UpdateFontStyle() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_rich_editor_bridge.cpp | 862 Local<JSValueRef> fontStyle = fontObject->Get(vm, panda::StringRef::NewFromUtf8(vm, "style")); in ParseFont() local [all...] |
| H A D | arkts_native_text_input_bridge.cpp | 849 uint32_t fontStyle = secondArg->Uint32Value(vm); in SetFontStyle() local
|
| H A D | arkts_native_text_bridge.cpp | 103 uint32_t fontStyle = secondArg->Uint32Value(vm); in SetFontStyle() local
|
| H A D | arkts_native_text_area_bridge.cpp | 505 int32_t fontStyle = secondArg->Int32Value(vm); in SetFontStyle() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_datepicker.cpp | 412 auto fontStyle = fontObj->GetProperty("style"); in ParseTextStyle() local
|
| H A D | js_textpicker.cpp | 900 auto fontStyle = fontObj->GetProperty("style"); in ParseTextStyle() local
|
| H A D | js_richeditor.cpp | 1132 JSRef<JSVal> fontStyle = fontObject->GetProperty("style"); in ParseJsFont() local 2262 JSRef<JSVal> fontStyle = styleObject->GetProperty("fontStyle"); ParseJsTextStyle() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_offscreen_canvas_bridge.cpp | 150 auto fontStyle = value->GetProperty(runtime, "font"); in JsParseTextState() local 1852 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter() local
|
| H A D | jsi_canvas_bridge.cpp | 196 auto fontStyle = value->GetProperty(runtime, "font"); in JsParseTextState() local 2210 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_text_modifier.cpp | 181 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 fontStyle) in SetFontStyle() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
| H A D | indexer_pattern.cpp | 774 TextStyle fontStyle = unselectedFontStyle; in UpdateChildTextStyle() local 887 UpdateTextLayoutProperty( RefPtr<FrameNode>& textNode, int32_t index, Dimension& borderWidth, TextStyle& fontStyle, Color& textColor) const UpdateTextLayoutProperty() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_renderer.cpp | 289 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsSetFont() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
| H A D | js_span_object.cpp | 197 OHOS::Ace::FontStyle fontStyle = FontStyle::NORMAL; in ParseJsFontStyle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_model_ng.cpp | 1470 Ace::FontStyle fontStyle = Ace::FontStyle::NORMAL; in GetPlaceholderFont() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_text_typography.cpp | 363 void OH_Drawing_SetTextStyleFontStyle(OH_Drawing_TextStyle* style, int fontStyle) in OH_Drawing_SetTextStyleFontStyle() argument 1497 void OH_Drawing_SetTypographyTextFontStyle(OH_Drawing_TypographyStyle* style, int fontStyle) in OH_Drawing_SetTypographyTextFontStyle() argument 1605 void OH_Drawing_SetTypographyTextLineStyleFontStyle(OH_Drawing_TypographyStyle* style, int fontStyle) in OH_Drawing_SetTypographyTextLineStyleFontStyle() argument 3216 FontStyle fontStyle; in GetFontStyle() local 3327 OH_Drawing_SetTextStyleFontStyleStruct( OH_Drawing_TextStyle* drawingTextStyle, OH_Drawing_FontStyleStruct fontStyle) OH_Drawing_SetTextStyleFontStyleStruct() argument 3341 OH_Drawing_FontStyleStruct fontStyle; OH_Drawing_TextStyleGetFontStyleStruct() local 3355 OH_Drawing_SetTypographyStyleFontStyleStruct( OH_Drawing_TypographyStyle* drawingStyle, OH_Drawing_FontStyleStruct fontStyle) OH_Drawing_SetTypographyStyleFontStyleStruct() argument 3369 OH_Drawing_FontStyleStruct fontStyle; OH_Drawing_TypographyStyleGetFontStyleStruct() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
| H A D | arkoala_api.h | 295 ArkUI_Int32 fontStyle; member 304 ArkUI_Int32 fontStyle; member 1152 ArkUI_Int32 fontStyle; member
|