/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 62 void OffscreenCanvasRenderingContext2DModelImpl::SetFontStyle(const FontStyle& fontStyle) in SetFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 107 …const FontStyle fontStyle, const std::string& fontWeight, const Dimension& fontSize, const std::st… in SetFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 334 void SetFontStyle(const FontStyle& fontStyle) in SetFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_clock_bridge.cpp | 171 uint32_t fontStyle = fontStyleArg->Uint32Value(vm); in SetFontStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 285 inline FontStyle ConvertStrToFontStyle(const std::string& fontStyle) in ConvertStrToFontStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.cpp | 279 uint32_t fontStyle = 0; in ParsePartTextStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_modifier.cpp | 70 void SetFontStyle(NodeHandle node, uint32_t fontStyle) in SetFontStyle()
|
H A D | button_modifier.cpp | 222 void SetButtonFontStyle(ArkUINodeHandle node, int32_t fontStyle) in SetButtonFontStyle()
|
H A D | frame_node_modifier.cpp | 483 ArkUISystemFontStyleEvent fontStyle = new ArkUI_SystemFontStyleEvent(); in SetSystemFontStyleChangeEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 87 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); variable 138 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); variable 164 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); variable
|
H A D | text_testfive_ng.cpp | 2698 auto fontStyle = std::make_unique<FontStyle>(); variable 2776 auto fontStyle = std::make_unique<FontStyle>(); variable
|
H A D | text_testthree_ng.cpp | 261 const std::unique_ptr<FontStyle>& fontStyle = textLayoutProperty->GetFontStyle(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 95 const std::optional<Ace::FontStyle>& fontStyle) in UpdateFontStyle() 1452 …auto fontStyle = isLabel ? itemProperty->GetLabelItalicFontStyle() : itemProperty->GetItalicFontSt… in UpdateFont() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 117 auto fontStyle = param->GetFontStyle(); in UpdateTextProperties() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_calendar_picker.cpp | 466 auto fontStyle = paramObj->GetProperty("font"); in ParseTextStyle() local
|
H A D | js_richeditor.cpp | 1132 JSRef<JSVal> fontStyle = fontObject->GetProperty("style"); in ParseJsFont() local 2305 JSRef<JSVal> fontStyle = styleObject->GetProperty("fontStyle"); in ParseJsTextStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_properties.h | 196 std::optional<FontStyle> fontStyle; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_rendering_context_2d_model_ng.cpp | 137 void CanvasRenderingContext2DModelNG::SetFontStyle(const Ace::FontStyle& fontStyle) in SetFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | html_to_span.cpp | 100 FontStyle StringToFontStyle(const std::string& fontStyle) in StringToFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_test_ng.cpp | 115 std::optional<Ace::FontStyle> fontStyle = std::nullopt; member
|
H A D | button_content_modifier_test_ng.cpp | 97 std::optional<Ace::FontStyle> fontStyle = std::nullopt; member
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 1934 int fontStyle = FONT_STYLE_ITALIC; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 287 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsSetFont() local
|