Home
last modified time | relevance | path

Searched refs:SetShadowOffsetY (Results 1 - 25 of 65) sorted by relevance

123

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_effect_test.cpp144 window->SetShadowOffsetY(0.0); in HWTEST_F()
145 window->SetShadowOffsetY(16.0); in HWTEST_F()
146 window->SetShadowOffsetY(1000.0); in HWTEST_F()
147 window->SetShadowOffsetY(-1.0); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_effect_test.cpp146 ASSERT_EQ(WMError::WM_OK, window->SetShadowOffsetY(0.0)); in HWTEST_F()
147 ASSERT_EQ(WMError::WM_OK, window->SetShadowOffsetY(16.0)); in HWTEST_F()
148 ASSERT_EQ(WMError::WM_OK, window->SetShadowOffsetY(1000.0)); in HWTEST_F()
149 ASSERT_EQ(WMError::WM_OK, window->SetShadowOffsetY(-1.0)); in HWTEST_F()
H A Dwindow_effect_test.cpp158 window->SetShadowOffsetY(0.0); in HWTEST_F()
159 window->SetShadowOffsetY(16.0); in HWTEST_F()
160 window->SetShadowOffsetY(1000.0); in HWTEST_F()
161 window->SetShadowOffsetY(-1.0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.cpp81 dataPanelModifier_->SetShadowOffsetY(shadowOption.offsetY); in UpdateContentModifier()
H A Ddata_panel_modifier.h157 void SetShadowOffsetY(float shadowOffsetY) in SetShadowOffsetY() function in OHOS::Ace::NG::DataPanelModifier
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.h67 void SetShadowOffsetY(double offsetY);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.h81 void SetShadowOffsetY(double y);
H A Doffscreen_canvas_pattern.cpp333 void OffscreenCanvasPattern::SetShadowOffsetY(double y) in SetShadowOffsetY() function in OHOS::Ace::NG::OffscreenCanvasPattern
335 offscreenPaintMethod_->SetShadowOffsetY(y); in SetShadowOffsetY()
H A Dcanvas_rendering_context_2d_model_ng.h70 void SetShadowOffsetY(double offsetY) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.h67 void SetShadowOffsetY(double offsetY) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp228 void OffscreenCanvasRenderingContext2DModelNG::SetShadowOffsetY(double offsetY) in SetShadowOffsetY() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
231 pattern_->SetShadowOffsetY(offsetY); in SetShadowOffsetY()
H A Dcanvas_paint_op.cpp300 method->SetShadowOffsetY(y); in Draw()
H A Drendering_context_2d_model.h71 virtual void SetShadowOffsetY(double offsetY) = 0;
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h78 int32_t SetShadowOffsetY(double offsetY);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp215 void OffscreenCanvasRenderingContext2DModelImpl::SetShadowOffsetY(double offsetY) in SetShadowOffsetY() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
218 pattern_->SetShadowOffsetY(offsetY); in SetShadowOffsetY()
H A Doffscreen_canvas_rendering_context_2d_model_impl.h64 void SetShadowOffsetY(double offsetY) override;
H A Dcanvas_rendering_context_2d_model_impl.h64 void SetShadowOffsetY(double offsetY) override;
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h553 void SetShadowOffsetY(float offset);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_system_effect.cpp164 surfaceNode->SetShadowOffsetY(shadow.offsetY_ * vpr); in SetWindowShadow()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h170 void SetShadowOffsetY(double y) in SetShadowOffsetY() function in OHOS::Ace::RenderCustomPaint
H A Doffscreen_canvas.h80 void SetShadowOffsetY(double y) in SetShadowOffsetY() function in OHOS::Ace::OffscreenCanvas
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp256 void Paint::SetShadowOffsetY(float offset) in SetShadowOffsetY() function in OHOS::Paint
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp197 surfaceNode->SetShadowOffsetY(GetData<float>()); in RSNodeFuzzTestInner02()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1454 paint.SetShadowOffsetY(OFFSETX10); in RM008UIKitCanvasShadowTest008()
1459 paint.SetShadowOffsetY(0); in RM008UIKitCanvasShadowTest008()
1463 paint.SetShadowOffsetY(OFFSETX10); in RM008UIKitCanvasShadowTest008()
1469 paint.SetShadowOffsetY(OFFSETX10); in RM008UIKitCanvasShadowTest008()
1476 paint.SetShadowOffsetY(OFFSETX10); in RM008UIKitCanvasShadowTest008()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h99 virtual WMError SetShadowOffsetY(float offsetY) {return WMError::WM_OK;} in SetShadowOffsetY() function in OHOS::Rosen::MockWindow

Completed in 18 milliseconds

123