Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1596 JSRef<JSObject> backgroundColorObj = objectTemplate->NewInstance(); in GetBackgroundColor() local
1597backgroundColorObj->SetProperty<std::string>("color", backgroundColorStyle.backgroundColor->ColorT… in GetBackgroundColor()
1598 backgroundColorObj->SetProperty<std::string>( in GetBackgroundColor()
1600 info.SetReturnValue(backgroundColorObj); in GetBackgroundColor()