Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 25 of 129) sorted by relevance

123456

/ohos5.0/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp81 HdfLightEffect effect; variable
104 HdfLightEffect effect; variable
127 HdfLightEffect effect; variable
150 HdfLightEffect effect; variable
176 HdfLightEffect effect; variable
202 HdfLightEffect effect; variable
227 HdfLightEffect effect; variable
253 HdfLightEffect effect; variable
273 HdfLightEffect effect; variable
293 HdfLightEffect effect; variable
[all …]
H A Dhdf_light_hdi_common_test.cpp61 static void InitConfig(HdfLightEffect &effect) in InitConfig()
111 HdfLightEffect effect; variable
134 HdfLightEffect effect; variable
156 HdfLightEffect effect; variable
179 HdfLightEffect effect; variable
203 HdfLightEffect effect; variable
227 HdfLightEffect effect; variable
247 HdfLightEffect effect; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_overlay_manager.cpp94 for (const auto& effect : effects_) { in StartSharedTransition() local
129 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(shareId, destWeak, srcWeak); in PrepareSharedTransition() local
173 for (auto& effect : effects) { in CheckAndPrepareTransition() local
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()
291 void SharedOverlayManager::GetOffShuttle(const RefPtr<SharedTransitionEffect>& effect) in GetOffShuttle()
345 for (const auto& effect : effects_) { in OnBackPressed() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_transition_effect_test.cpp50 auto effect = RSTransitionEffect::Create(); variable
75 auto effect = RSTransitionEffect::Create(); variable
91 auto effect = RSTransitionEffect::Create(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition.cpp88 for (auto& effect : effects_) { in OnAnimate() local
101 for (auto& effect : effects_) { in OnAttach() local
125 for (auto& effect : effects_) { in OnDetach() local
/ohos5.0/drivers/peripheral/light/test/unittest/common/
H A Dhdf_light_test.cpp138 struct LightEffect effect; variable
177 struct LightEffect effect; variable
229 struct LightEffect effect; variable
/ohos5.0/drivers/peripheral/light/test/performance/common/
H A Dhdf_light_performance_test.cpp68 static void InitConfig(LightEffect &effect) in InitConfig()
86 LightEffect effect; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_controller.cpp32 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_runtime_shader_builder_test.cpp59 std::shared_ptr<RuntimeEffect> effect = RuntimeEffect::CreateForShader(shaderString); variable
114 std::shared_ptr<RuntimeEffect> effect = RuntimeEffect::CreateForShader(shaderString); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_shader_effect_test.cpp58 OH_Drawing_ShaderEffect* effect = variable
80 OH_Drawing_ShaderEffect* effect = variable
110 …OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateImageShader(image, CLAMP, CLAMP, op… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.cpp26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect()
H A Dtexgine_dash_path_effect.cpp25 …std::shared_ptr<RSPathEffect> effect = RSPathEffect::CreateDashPathEffect(intervals, count, phase); in Make() local
H A Dtexgine_path_1d_path_effect.cpp24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_shared_transition_effect.cpp20 SharedTransitionEffectType effect, const ShareId& shareId) in GetSharedTransitionEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition.h32 void SetTransitionEffect(const std::shared_ptr<const RSTransitionEffect>& effect) in SetTransitionEffect()
/ohos5.0/drivers/peripheral/light/test/performance/hdi/
H A Dhdf_light_hdi_performance_test.cpp110 HdfLightEffect effect; variable
152 HdfLightEffect effect; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dtv_interactive_effect.cpp35 auto effect = weakEffect.Upgrade(); in BuildStateAnimation() local
H A Dwatch_interactive_effect.cpp58 auto effect = weakEffect.Upgrade(); in BuildClickScaleAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect.cpp21 NativeTransitionEffect::NativeTransitionEffect(RefPtr<NG::ChainedTransitionEffect> effect) in NativeTransitionEffect()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/
H A Dvibrator_hdi_connection.cpp96 std::optional<HdfEffectInfo> VibratorHdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo()
150 int32_t VibratorHdiConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_blender_builder.cpp24 SkiaRuntimeBlenderBuilder::SkiaRuntimeBlenderBuilder(std::shared_ptr<RuntimeEffect> effect) noexcept in SkiaRuntimeBlenderBuilder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfill_types_persp.cpp84 OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateRadialGradient( in ShowFour() local
123 OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateRadialGradient( in OnTestFunction() local
H A Dalpha_image.cpp104 OH_Drawing_ShaderEffect *effect = in OnTestFunction() local
175 …OH_Drawing_ShaderEffect *effect = OH_Drawing_ShaderEffectCreateImageShader(image, OH_Drawing_TileM… in OnTestFunction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_spring_effect.cpp29 auto effect = weakEffect.Upgrade(); in RegisterSpringCallback() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_effect_server.cpp125 static bool LoadEffect(const Effect &effect, const std::vector<std::shared_ptr<AudioEffectLibEntry>… in LoadEffect()
153 for (Effect effect: effects) { in CheckEffects() local

123456