Home
last modified time | relevance | path

Searched defs:fontStyle (Results 101 – 125 of 135) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp62 void OffscreenCanvasRenderingContext2DModelImpl::SetFontStyle(const FontStyle& fontStyle) in SetFontStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp107const 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 Dpopup_param.h334 void SetFontStyle(const FontStyle& fontStyle) in SetFontStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_clock_bridge.cpp171 uint32_t fontStyle = fontStyleArg->Uint32Value(vm); in SetFontStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h285 inline FontStyle ConvertStrToFontStyle(const std::string& fontStyle) in ConvertStrToFontStyle()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp279 uint32_t fontStyle = 0; in ParsePartTextStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_modifier.cpp70 void SetFontStyle(NodeHandle node, uint32_t fontStyle) in SetFontStyle()
H A Dbutton_modifier.cpp222 void SetButtonFontStyle(ArkUINodeHandle node, int32_t fontStyle) in SetButtonFontStyle()
H A Dframe_node_modifier.cpp483 ArkUISystemFontStyleEvent fontStyle = new ArkUI_SystemFontStyleEvent(); in SetSystemFontStyleChangeEvent() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp87 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 Dtext_testfive_ng.cpp2698 auto fontStyle = std::make_unique<FontStyle>(); variable
2776 auto fontStyle = std::make_unique<FontStyle>(); variable
H A Dtext_testthree_ng.cpp261 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 Dmenu_item_pattern.cpp95 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 Dbubble_view.cpp117 auto fontStyle = param->GetFontStyle(); in UpdateTextProperties() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp466 auto fontStyle = paramObj->GetProperty("font"); in ParseTextStyle() local
H A Djs_richeditor.cpp1132 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 Ddialog_properties.h196 std::optional<FontStyle> fontStyle; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_rendering_context_2d_model_ng.cpp137 void CanvasRenderingContext2DModelNG::SetFontStyle(const Ace::FontStyle& fontStyle) in SetFontStyle()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp100 FontStyle StringToFontStyle(const std::string& fontStyle) in StringToFontStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp115 std::optional<Ace::FontStyle> fontStyle = std::nullopt; member
H A Dbutton_content_modifier_test_ng.cpp97 std::optional<Ace::FontStyle> fontStyle = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp150 auto fontStyle = value->GetProperty(runtime, "font"); in JsParseTextState() local
1852 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter() local
H A Djsi_canvas_bridge.cpp196 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 Ddrawing_text_typography_test.cpp1934 int fontStyle = FONT_STYLE_ITALIC; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp287 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsSetFont() local

123456