/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_transitioneffect.cpp | 19 NativeTransitionEffect::NativeTransitionEffect(RefPtr<NG::ChainedTransitionEffect> effect) in NativeTransitionEffect() argument
|
/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_shared_transition_effect.cpp | 19 GetSharedTransitionEffect( SharedTransitionEffectType effect, const ShareId& shareId) GetSharedTransitionEffect() argument
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_path_effect.cpp | 26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect() argument
|
H A D | texgine_path_1d_path_effect.cpp | 24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make() local
|
H A D | texgine_dash_path_effect.cpp | 25 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 D | asset_test.cpp | 90 auto effect = EffectFactory::CreateEffect(WATER_MARK_DESC); in HWTEST_F() local
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/effect/ |
H A D | effect_factory.cpp | 36 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 D | window_scene_model.cpp | 94 void WindowSceneModel::SetAttractionEffect(const AttractionEffect& effect) in SetAttractionEffect() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_transition.h | 32 void SetTransitionEffect(const std::shared_ptr<const RSTransitionEffect>& effect) in SetTransitionEffect() argument
|
H A D | rs_transition.cpp | 27 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 D | skia_runtime_shader_builder_test.cpp | 59 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 D | skia_runtime_effect_test.cpp | 119 sk_sp<SkRuntimeEffect> effect; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_implicit_animator_test.cpp | 106 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 D | fg_mask_test.cpp | 45 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 D | data_center_impl.cpp | 48 auto effect = EffectFactory::CreateEffect(effectDescription); in AppendVideo() local
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/asset/ |
H A D | video_asset.cpp | 44 void VideoAsset::ApplyEffect(const std::shared_ptr<Effect>& effect) in ApplyEffect() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | page_transition_model_impl.cpp | 21 void PageTransitionModelImpl::SetSlideEffect(SlideEffect effect) in SetSlideEffect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_transition_model_ng.cpp | 38 void PageTransitionModelNG::SetSlideEffect(SlideEffect effect) in SetSlideEffect() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 131 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 D | rs_transition_effect_test.cpp | 50 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 D | scrollable_event.cpp | 26 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 D | testing_brush.h | 38 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 D | gradient_dirty_laundry.cpp | 128 OH_Drawing_ShaderEffect* effect = in OnTestFunction() local
|
H A D | alpha_image.cpp | 104 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 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
|