/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/ |
H A D | shadow_test.h | 53 Point3 planeParams = { 540.0, 0.0, 600.0 }; in TestDrawShadow() local 70 Point3 planeParams = { 540.0, 0.0, 600.0 }; in TestDrawShadowStyle() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_overlay_modifier.cpp | 56 RSPoint3 planeParams = { 0.0, 0.0, shadow.GetElevation() }; in PaintShadow() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/ |
H A D | rs_listened_canvas_test.cpp | 324 Drawing::Point3 planeParams; in HWTEST_F() local 398 Drawing::Point3 planeParams; in HWTEST_F() local 545 Drawing::Point3 planeParams; in HWTEST_F() local
|
H A D | rs_gpu_overdraw_canvas_listener_test.cpp | 273 Drawing::Point3 planeParams; in HWTEST_F() local
|
H A D | rs_cpu_overdraw_canvas_listener_test.cpp | 240 Drawing::Point3 planeParams; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | canvas_test.cpp | 252 OH_Drawing_Point3D planeParams; in OnTestPerformance() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 270 Point3 planeParams; in HWTEST_F() local 290 Point3 planeParams; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/ |
H A D | rs_canvas_listener.h | 50 virtual void DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadow() argument 53 virtual void DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadowStyle() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
H A D | canvas_fuzzer.cpp | 416 OH_Drawing_Point3D planeParams = {GetObject<float>(), GetObject<float>(), GetObject<float>()}; in CanvasFuzzTest002() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_gpu_overdraw_canvas_listener.cpp | 182 void RSGPUOverdrawCanvasListener::DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadow() argument 189 void RSGPUOverdrawCanvasListener::DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadowStyle() argument
|
H A D | rs_cpu_overdraw_canvas_listener.cpp | 129 void RSCPUOverdrawCanvasListener::DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadow() argument 136 void RSCPUOverdrawCanvasListener::DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadowStyle() argument
|
H A D | rs_listened_canvas.cpp | 122 void RSListenedCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadow() argument 131 void RSListenedCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | shadowutils.cpp | 77 OH_Drawing_Point3D planeParams = { 0, 0, height }; in draw_shadow() local
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 441 Point3 planeParams = { 540.0, 0.0, 600.0 }; in TestDrawShadow() local 458 Point3 planeParams = { 540.0, 0.0, 600.0 }; in TestDrawShadowStyle() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 539 Drawing::Point3 planeParams = { 0.0f, 0.0f, shadowElevation_ }; in Draw() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 340 RSPoint3 planeParams = { 0.0f, 0.0f, shadow.GetElevation() }; in PaintShadow() local
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_canvas.h | 68 virtual void DrawShadow(const TestingPath& path, const TestingPoint3& planeParams, const TestingPoint3& devLightPos, in DrawShadow() argument 71 virtual void DrawShadowStyle(const TestingPath& path, const TestingPoint3& planeParams, in DrawShadowStyle() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 311 RSPoint3 planeParams = { 0.0, 0.0, shadow.GetElevation() }; in PaintShadow() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 271 Point3 planeParams; in HWTEST_F() local 290 Point3 planeParams; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 433 Drawing::Point3 planeParams; in HWTEST_F() local 452 Drawing::Point3 planeParams; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 188 void RecordingCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadow() argument 201 void RecordingCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 938 Drawing::Point3 planeParams = {0.0f, 0.0f, elevation}; in DrawShadow() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 266 void RSPaintFilterCanvasBase::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadow() argument 282 void RSPaintFilterCanvasBase::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 256 void CoreCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, in DrawShadow() argument 262 void CoreCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 199 Point3 planeParams; member 208 DrawShadowStyleOpItem(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, in DrawShadowStyleOpItem() argument 527 Point3 planeParams; member 535 DrawShadowOpItem(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, Color ambientColor, Color spotColor, ShadowFlags flag) DrawShadowOpItem() argument [all...] |