/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_container_span.cpp | 22 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 D | js_container_span.h | 32 static void SetTextBackgroundStyle(const JSCallbackInfo& info);
|
H A D | js_image_span.h | 30 static void SetTextBackgroundStyle(const JSCallbackInfo& info);
|
H A D | js_image_span.cpp | 86 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 D | js_span.cpp | 365 …JSClass<JSSpan>::StaticMethod("textBackgroundStyle", &JSContainerSpan::SetTextBackgroundStyle, opt… in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_container_span_bridge.h | 24 static ArkUINativeModuleValue SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_image_span_bridge.h | 28 static ArkUINativeModuleValue SetTextBackgroundStyle(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
H A D | arkts_native_container_span_bridge.cpp | 24 ArkUINativeModuleValue ContainerSpanBridge::SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCal… in SetTextBackgroundStyle() function in OHOS::Ace::NG::ContainerSpanBridge
|
H A D | arkts_native_span_bridge.h | 47 static ArkUINativeModuleValue SetTextBackgroundStyle(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
H A D | arkts_native_image_span_bridge.cpp | 123 ArkUINativeModuleValue ImageSpanBridge::SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCallInf… in SetTextBackgroundStyle() function in OHOS::Ace::NG::ImageSpanBridge
|
H A D | arkts_native_span_bridge.cpp | 493 ArkUINativeModuleValue SpanBridge::SetTextBackgroundStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextBackgroundStyle() function in OHOS::Ace::NG::SpanBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1583 …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 D | span_model_ng.h | 91 void SetTextBackgroundStyle(const TextBackgroundStyle& style) override; 92 static void SetTextBackgroundStyle(UINode* uiNode, const TextBackgroundStyle& style);
|
H A D | span_model_ng.cpp | 416 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 D | span_model.h | 60 virtual void SetTextBackgroundStyle(const TextBackgroundStyle& style) {}; in SetTextBackgroundStyle() function
|
H A D | span_node.cpp | 201 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 D | span_node.h | 376 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 D | node_span_modifier.cpp | 348 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 D | text_style.h | 694 void SetTextBackgroundStyle(const std::optional<TextBackgroundStyle>& style) in SetTextBackgroundStyle() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfive_ng.cpp | 2261 parentNode->SetTextBackgroundStyle(TextBackgroundStyle());
|