Home
last modified time | relevance | path

Searched defs:backgroundColorSpan (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1446 auto backgroundColorSpan = AceType::MakeRefPtr<BackgroundColorSpan>(textBackgroundStyle); variable
1489 auto backgroundColorSpan = AceType::DynamicCast<BackgroundColorSpan>(firstSpans[0]); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp395 auto backgroundColorSpan = Referenced::Claim(obj->Unwrap<JSBackgroundColorSpan>()); in CreateJSBackgroundColorSpan() local
542 auto* backgroundColorSpan = AceType::DynamicCast<JSBackgroundColorSpan>(base); in ParseJSBackgroundColorSpan() local
H A Djs_span_object.cpp1610 …id JSBackgroundColorSpan::SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundColo… in SetBackgroundColorSpan()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp928 auto backgroundColorSpan = DynamicCast<BackgroundColorSpan>(other); in IsAttributesEqual() local
H A Dspan_string.cpp603 auto backgroundColorSpan = DynamicCast<BackgroundColorSpan>(span); in SetGroupId() local