| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
| D | shared_overlay_manager.cpp | 94 for (const auto& effect : effects_) { in StartSharedTransition() local 129 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(shareId, destWeak, srcWeak); in PrepareSharedTransition() local 144 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(sharedId, nullptr, sourceWeak); in PrepareSharedTransition() local 173 for (auto& effect : effects) { in CheckAndPrepareTransition() local 190 bool SharedOverlayManager::PrepareEachTransition(const RefPtr<SharedTransitionEffect>& effect) in PrepareEachTransition() 204 auto& effect = effects_.front(); in ClearAllEffects() local 210 bool SharedOverlayManager::CheckIn(const RefPtr<SharedTransitionEffect>& effect) in CheckIn() 222 auto effect = effectWeak.Upgrade(); in CheckIn() local 229 const RefPtr<SharedTransitionEffect>& effect, const RefPtr<FrameNode>& passenger) in PassengerAboard() 268 bool SharedOverlayManager::AboardShuttle(const RefPtr<SharedTransitionEffect>& effect) in AboardShuttle() [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| D | rs_transition_effect_test.cpp | 50 auto effect = RSTransitionEffect::Create(); variable 75 auto effect = RSTransitionEffect::Create(); variable 91 auto effect = RSTransitionEffect::Create(); variable
|
| D | rs_animation_test.cpp | 130 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); variable 259 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); variable 386 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); variable 523 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| D | rs_render_transition.cpp | 88 for (auto& effect : effects_) { in OnAnimate() local 101 for (auto& effect : effects_) { in OnAttach() local 125 for (auto& effect : effects_) { in OnDetach() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| D | shared_transition_controller.cpp | 32 RefPtr<SharedTransitionEffect> effect = dest ? dest->GetEffect() : nullptr; in GetSharedEffect() local 149 auto effect = effectWeak.Upgrade(); in KickoffSharedTransition() local 176 for (auto& effect : effects) { in CheckAndCreateTransition() local 214 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(shareId, destWeak, srcWeak); in PrepareTransition() local 237 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(sharedId, nullptr, sourceWeak); in PrepareTransition() local 269 const ShareId& shareId, RefPtr<SharedTransitionEffect>& effect, RefPtr<OverlayElement>& overlay) in PrepareEachTransition()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| D | drawing_shader_effect_test.cpp | 58 OH_Drawing_ShaderEffect* effect = variable 80 OH_Drawing_ShaderEffect* effect = variable 110 …OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateImageShader(image, CLAMP, CLAMP, op… variable
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
| D | texgine_path_effect.cpp | 26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect()
|
| D | texgine_dash_path_effect.cpp | 25 …std::shared_ptr<RSPathEffect> effect = RSPathEffect::CreateDashPathEffect(intervals, count, phase); in Make() local
|
| D | texgine_path_1d_path_effect.cpp | 24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make() local
|
| /foundation/arkui/ace_engine/test/mock/core/svg/ |
| D | mock_shared_transition_effect.cpp | 20 SharedTransitionEffectType effect, const ShareId& shareId) in GetSharedTransitionEffect()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
| D | rs_transition.h | 32 void SetTransitionEffect(const std::shared_ptr<const RSTransitionEffect>& effect) in SetTransitionEffect()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_transitioneffect.cpp | 21 NativeTransitionEffect::NativeTransitionEffect(RefPtr<NG::ChainedTransitionEffect> effect) in NativeTransitionEffect()
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| D | tv_interactive_effect.cpp | 35 auto effect = weakEffect.Upgrade(); in BuildStateAnimation() local
|
| D | watch_interactive_effect.cpp | 58 auto effect = weakEffect.Upgrade(); in BuildClickScaleAnimation() local
|
| D | interactive_effect.cpp | 158 auto effect = weakEffect.Upgrade(); in CreateDoubleAnimation() local 232 auto effect = weakEffect.Upgrade(); in BuildClickAlphaAnimation() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| D | scrollable_event.cpp | 31 void ScrollableActuator::AddScrollEdgeEffect(const Axis& axis, RefPtr<ScrollEdgeEffect>& effect) in AddScrollEdgeEffect() 41 bool ScrollableActuator::RemoveScrollEdgeEffect(const RefPtr<ScrollEdgeEffect>& effect) in RemoveScrollEdgeEffect()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_runtime_blender_builder.cpp | 24 SkiaRuntimeBlenderBuilder::SkiaRuntimeBlenderBuilder(std::shared_ptr<RuntimeEffect> effect) noexcept in SkiaRuntimeBlenderBuilder()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| D | fill_types_persp.cpp | 84 OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateRadialGradient( in ShowFour() local 123 OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateRadialGradient( in OnTestFunction() local
|
| D | alpha_image.cpp | 104 OH_Drawing_ShaderEffect *effect = in OnTestFunction() local 175 …OH_Drawing_ShaderEffect *effect = OH_Drawing_ShaderEffectCreateImageShader(image, OH_Drawing_TileM… in OnTestFunction() local
|
| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| D | audio_effect_server.cpp | 125 static bool LoadEffect(const Effect &effect, const std::vector<std::shared_ptr<AudioEffectLibEntry>… in LoadEffect() 153 for (Effect effect: effects) { in CheckEffects() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| D | scroll_spring_effect.cpp | 29 auto effect = weakEffect.Upgrade(); in RegisterSpringCallback() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| D | skia_runtime_shader_builder_test.cpp | 102 std::shared_ptr<RuntimeEffect> effect = RuntimeEffect::CreateForShader(shaderString); variable
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
| D | image_filter_test.cpp | 272 std::shared_ptr<ShaderEffect> effect = ShaderEffect::CreateColorShader(0); variable 297 std::shared_ptr<ShaderEffect> effect = ShaderEffect::CreateColorShader(0); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/transform/ |
| D | render_transform.cpp | 270 for (const auto& effect : transformEffects) { in ParseTransformEffects() local 275 Matrix4 RenderTransform::ParseTransformEffect(const TransformOperation& effect) in ParseTransformEffect() 314 void RenderTransform::ParseDimension(TransformOperation& effect) in ParseDimension() 355 for (auto& effect : transformEffectsAppearing_) { in UpdateTransform() local 558 for (auto& effect : transformEffectsDisappearing_) { in OnTransition() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
| D | scroll_spring_effect.cpp | 27 auto effect = weakEffect.Upgrade(); in RegisterSpringCallback() local
|