Searched refs:propEffectOption (Results 1 – 5 of 5) sorted by relevance
69 if (!propEffectOption.has_value()) { in CheckEffectOption()72 return NearEqual(propEffectOption.value(), effectOption.value()); in CheckEffectOption()76 std::optional<EffectOption> propEffectOption; member
443 return GetBackground() ? GetBackground()->propEffectOption : std::nullopt; in GetBackgroundEffect()
1025 groupProperty->propEffectOption = effectOption; in UpdateBackgroundEffect()5432 if (groupProperty->propEffectOption.has_value()) {5433 auto backgroundEffect = groupProperty->propEffectOption->ToJsonValue()->ToString();
727 auto propEffectOption = object->GetProperty("effect_"); in ParseChainedTransition() local750 RefPtr<NG::ChainedTransitionEffect> result = creatorMap[index].value(propEffectOption, context); in ParseChainedTransition()
716 auto propEffectOption = object->GetProperty("effect_"); in ParseChainedTransition() local739 RefPtr<NG::ChainedTransitionEffect> result = creatorMap[index].value(propEffectOption, context); in ParseChainedTransition()