Home
last modified time | relevance | path

Searched refs:SetTextBackgroundStyle (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_container_span.cpp22 void JSContainerSpan::SetTextBackgroundStyle(const JSCallbackInfo& info) in SetTextBackgroundStyle() function in OHOS::Ace::Framework::JSContainerSpan
25 SpanModel::GetInstance()->SetTextBackgroundStyle(textBackgroundStyle); in SetTextBackgroundStyle()
70 …ContainerSpan>::StaticMethod("textBackgroundStyle", &JSContainerSpan::SetTextBackgroundStyle, opt); in JSBind()
H A Djs_container_span.h32 static void SetTextBackgroundStyle(const JSCallbackInfo& info);
H A Djs_image_span.h30 static void SetTextBackgroundStyle(const JSCallbackInfo& info);
H A Djs_image_span.cpp86 void JSImageSpan::SetTextBackgroundStyle(const JSCallbackInfo& info) in SetTextBackgroundStyle() function in OHOS::Ace::Framework::JSImageSpan
197 JSClass<JSImageSpan>::StaticMethod("textBackgroundStyle", &JSImageSpan::SetTextBackgroundStyle); in JSBind()
H A Djs_span.cpp365 …JSClass<JSSpan>::StaticMethod("textBackgroundStyle", &JSContainerSpan::SetTextBackgroundStyle, opt… in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_container_span_bridge.h24 static ArkUINativeModuleValue SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_image_span_bridge.h28 static ArkUINativeModuleValue SetTextBackgroundStyle(ArkUIRuntimeCallInfo *runtimeCallInfo);
H A Darkts_native_container_span_bridge.cpp24 ArkUINativeModuleValue ContainerSpanBridge::SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCal… in SetTextBackgroundStyle() function in OHOS::Ace::NG::ContainerSpanBridge
H A Darkts_native_span_bridge.h47 static ArkUINativeModuleValue SetTextBackgroundStyle(ArkUIRuntimeCallInfo *runtimeCallInfo);
H A Darkts_native_image_span_bridge.cpp123 ArkUINativeModuleValue ImageSpanBridge::SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCallInf… in SetTextBackgroundStyle() function in OHOS::Ace::NG::ImageSpanBridge
H A Darkts_native_span_bridge.cpp493 ArkUINativeModuleValue SpanBridge::SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextBackgroundStyle() function in OHOS::Ace::NG::SpanBridge
H A Darkts_native_api_impl_bridge.cpp1583 …panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ImageSpanBridge::SetTextBackgroundStyle)); in GetArkUINativeModule()
1675 … panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), SpanBridge::SetTextBackgroundStyle)); in GetArkUINativeModule()
2637 …a::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ContainerSpanBridge::SetTextBackgroundStyle)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.h91 void SetTextBackgroundStyle(const TextBackgroundStyle& style) override;
92 static void SetTextBackgroundStyle(UINode* uiNode, const TextBackgroundStyle& style);
H A Dspan_model_ng.cpp416 void SpanModelNG::SetTextBackgroundStyle(const TextBackgroundStyle& style) in SetTextBackgroundStyle() function in OHOS::Ace::NG::SpanModelNG
420 baseSpan->SetTextBackgroundStyle(style); in SetTextBackgroundStyle()
423 void SpanModelNG::SetTextBackgroundStyle(UINode* uiNode, const TextBackgroundStyle& style) in SetTextBackgroundStyle() function in OHOS::Ace::NG::SpanModelNG
427 spanNode->SetTextBackgroundStyle(style); in SetTextBackgroundStyle()
434 spanNode->SetTextBackgroundStyle(style); in SetTextBackgroundStyleByBaseSpan()
H A Dspan_model.h60 virtual void SetTextBackgroundStyle(const TextBackgroundStyle& style) {}; in SetTextBackgroundStyle() function
H A Dspan_node.cpp201 void SpanNode::SetTextBackgroundStyle(const TextBackgroundStyle& style) in SetTextBackgroundStyle() function in OHOS::Ace::NG::SpanNode
203 BaseSpan::SetTextBackgroundStyle(style); in SetTextBackgroundStyle()
282 textStyle.SetTextBackgroundStyle(backgroundStyle); in UpdateParagraph()
947 textStyle.SetTextBackgroundStyle(backgroundStyle); in UpdateParagraph()
1067 textStyle.SetTextBackgroundStyle(backgroundStyle); in UpdateParagraph()
1089 void BaseSpan::SetTextBackgroundStyle(const TextBackgroundStyle& style) in SetTextBackgroundStyle() function in OHOS::Ace::NG::BaseSpan
H A Dspan_node.h376 virtual void SetTextBackgroundStyle(const TextBackgroundStyle& style);
415 void SetTextBackgroundStyle(const TextBackgroundStyle& style) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_span_modifier.cpp348 SpanModelNG::SetTextBackgroundStyle(uiNode, font); in SetSpanTextBackgroundStyle()
364 SpanModelNG::SetTextBackgroundStyle(uiNode, font); in ResetSpanTextBackgroundStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h694 void SetTextBackgroundStyle(const std::optional<TextBackgroundStyle>& style) in SetTextBackgroundStyle() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp2261 parentNode->SetTextBackgroundStyle(TextBackgroundStyle());