Home
last modified time | relevance | path

Searched defs:effect (Results 1 - 25 of 96) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect.cpp19 NativeTransitionEffect::NativeTransitionEffect(RefPtr<NG::ChainedTransitionEffect> effect) in NativeTransitionEffect() argument
/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_shared_transition_effect.cpp19 GetSharedTransitionEffect( SharedTransitionEffectType effect, const ShareId& shareId) GetSharedTransitionEffect() argument
/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() argument
H A Dtexgine_path_1d_path_effect.cpp24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make() local
H A Dtexgine_dash_path_effect.cpp25 std::shared_ptr<RSPathEffect> effect = RSPathEffect::CreateDashPathEffect(intervals, count, phase); in Make() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/data_center/
H A Dasset_test.cpp90 auto effect = EffectFactory::CreateEffect(WATER_MARK_DESC); in HWTEST_F() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/effect/
H A Deffect_factory.cpp36 auto effect = std::make_shared<EffectImageEffect>(id_.fetch_add(1), description); in CreateEffect() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_model.cpp94 void WindowSceneModel::SetAttractionEffect(const AttractionEffect& effect) in SetAttractionEffect() argument
/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() argument
H A Drs_transition.cpp27 RSTransition::RSTransition(const std::shared_ptr<const RSTransitionEffect>& effect, bool isTransitionIn) in RSTransition() argument
/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); in HWTEST_F() local
110 std::shared_ptr<RuntimeEffect> effect = RuntimeEffect::CreateForShader(shaderString); in HWTEST_F() local
H A Dskia_runtime_effect_test.cpp119 sk_sp<SkRuntimeEffect> effect; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animator_test.cpp106 auto effect = std::make_shared<RSTransitionEffect>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dfg_mask_test.cpp45 auto effect = Drawing::ShaderEffect::CreateLinearGradient(Drawing::PointF(0.0, 0.0), in GRAPHIC_TEST() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/impl/
H A Ddata_center_impl.cpp48 auto effect = EffectFactory::CreateEffect(effectDescription); in AppendVideo() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/asset/
H A Dvideo_asset.cpp44 void VideoAsset::ApplyEffect(const std::shared_ptr<Effect>& effect) in ApplyEffect() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpage_transition_model_impl.cpp21 void PageTransitionModelImpl::SetSlideEffect(SlideEffect effect) in SetSlideEffect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_transition_model_ng.cpp38 void PageTransitionModelNG::SetSlideEffect(SlideEffect effect) in SetSlideEffect() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test.cpp131 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); in HWTEST_F() local
260 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); in HWTEST_F() local
387 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); in HWTEST_F() local
524 auto effect in HWTEST_F() local
622 auto effect = RSTransitionEffect::Create()->Scale({0.1f, 0.4f, 0.5f}); HWTEST_F() local
[all...]
H A Drs_transition_effect_test.cpp50 auto effect = RSTransitionEffect::Create(); in HWTEST_F() local
75 auto effect = RSTransitionEffect::Create(); in HWTEST_F() local
91 auto effect = RSTransitionEffect::Create(); in HWTEST_F() local
107 auto effect = RSTransitionEffect::Create(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp26 void ScrollableActuator::AddScrollEdgeEffect(const Axis& axis, RefPtr<ScrollEdgeEffect>& effect) in AddScrollEdgeEffect() argument
36 bool ScrollableActuator::RemoveScrollEdgeEffect(const RefPtr<ScrollEdgeEffect>& effect) in RemoveScrollEdgeEffect() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_brush.h38 virtual void SetShaderEffect(std::shared_ptr<TestingShaderEffect> effect) {} in SetShaderEffect() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dgradient_dirty_laundry.cpp128 OH_Drawing_ShaderEffect* effect = 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_TileMode::CLAMP, in OnTestFunction() local
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

Completed in 8 milliseconds

1234