Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.h69 if (!propEffectOption.has_value()) { in CheckEffectOption()
72 return NearEqual(propEffectOption.value(), effectOption.value()); in CheckEffectOption()
76 std::optional<EffectOption> propEffectOption; member
H A Drender_context.h443 return GetBackground() ? GetBackground()->propEffectOption : std::nullopt; in GetBackgroundEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1025 groupProperty->propEffectOption = effectOption; in UpdateBackgroundEffect()
5432 if (groupProperty->propEffectOption.has_value()) {
5433 auto backgroundEffect = groupProperty->propEffectOption->ToJsonValue()->ToString();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp727 auto propEffectOption = object->GetProperty("effect_"); in ParseChainedTransition() local
750 RefPtr<NG::ChainedTransitionEffect> result = creatorMap[index].value(propEffectOption, context); in ParseChainedTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp716 auto propEffectOption = object->GetProperty("effect_"); in ParseChainedTransition() local
739 RefPtr<NG::ChainedTransitionEffect> result = creatorMap[index].value(propEffectOption, context); in ParseChainedTransition()