Home
last modified time | relevance | path

Searched defs:textBackgroundStyle (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_image_span_ffi.cpp46 TextBackgroundStyle textBackgroundStyle; in ParseTextBackgroundStyle() local
61 TextBackgroundStyle textBackgroundStyle; in ParseTextBackgroundStyle() local
120 auto textBackgroundStyle = ParseTextBackgroundStyle(color, radius, unit); in FfiOHOSAceFrameworkImageSpanTextBackgroundStyle() local
126 auto textBackgroundStyle = ParseTextBackgroundStyle(color, radius); in FfiOHOSAceFrameworkImageSpanTextBackgroundStyleBorder() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_container_span.cpp24 auto textBackgroundStyle = JSContainerSpan::ParseTextBackgroundStyle(info); in SetTextBackgroundStyle() local
30 TextBackgroundStyle textBackgroundStyle; in ParseTextBackgroundStyle() local
Djs_image_span.cpp88 auto textBackgroundStyle = JSContainerSpan::ParseTextBackgroundStyle(info); in SetTextBackgroundStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkContainerSpan.ts54 textBackgroundStyle(value: TextBackgroundStyle): ContainerSpanAttribute { method in ArkContainerSpanComponent
DArkImageSpan.ts161 textBackgroundStyle(value: TextBackgroundStyle): ImageSpanAttribute { method in ArkImageSpanComponent
/foundation/arkui/ace_engine/frameworks/core/components/font/
Dconstants_converter.cpp697 auto textBackgroundStyle = textStyle.GetTextBackgroundStyle(); in ConvertTxtStyle() local
839 auto textBackgroundStyle = textStyle.GetTextBackgroundStyle(); in ConvertTxtStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
Dspan_object.cpp860 std::optional<TextBackgroundStyle> textBackgroundStyle, int32_t start, int32_t end) in BackgroundColorSpan()
876 BackgroundColorSpan::BackgroundColorSpan(std::optional<TextBackgroundStyle> textBackgroundStyle) in BackgroundColorSpan()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dspan_string_test_ng.cpp1434 TextBackgroundStyle textBackgroundStyle; variable
1473 TextBackgroundStyle textBackgroundStyle; variable
Dtext_testfive_ng.cpp1927 TextBackgroundStyle textBackgroundStyle; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js7854 textBackgroundStyle(value) { method in ArkImageSpanComponent
10459 textBackgroundStyle(value) { method in ArkSpanComponent
31076 textBackgroundStyle(value) { method in ArkContainerSpanComponent