/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | shadowutils.cpp | 38 OH_Drawing_Point3D lightPos; 49 OH_Drawing_Point3D lightPos; 63 OH_Drawing_Point3D lightPos = param.lightPos; in draw_shadow() 77 OH_Drawing_Point3D planeParams = { 0, 0, height }; in draw_shadow() 206 OH_Drawing_Point3D lightPos = param.lightPos; in draw_rect_path_shadow() 264 OH_Drawing_Point3D lightPos = param.lightPos; in draw_star() 311 void draw_black_point(OH_Drawing_Canvas* canvas, OH_Drawing_Point3D lightPos, float kLightR) in draw_black_point() 366 OH_Drawing_Point3D lightPos = { lightXY.x, lightXY.y, 500.f }; // 500.f 坐标参数 in draw_paths()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___point3_d.md | 1 # OH_Drawing_Point3D chapter 6 The **OH_Drawing_Point3D** struct describes a three-dimensional coordinate point.
|
H A D | drawing__types_8h.md | 25 | struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) | Describes a three-dimensional coordi… 48 | typedef struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) [OH_Drawing_Point3D](_drawing.…
|
H A D | Readme-EN.md | 90 - [OH_Drawing_Point3D](_o_h___drawing___point3_d.md)
|
H A D | drawing__canvas_8h.md | 100 …(_drawing.md#oh_drawing_path) \*, [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) planeParams, …
|
H A D | _drawing.md | 81 | struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) | Describes a three-dimensional coordi… 162 | typedef struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) [OH_Drawing_Point3D](#oh_drawi… 772 …awing_Path](#oh_drawing_path) \*, [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) planeParams, … 1673 ### OH_Drawing_Point3D subsection 1676 typedef struct OH_Drawing_Point3D OH_Drawing_Point3D 6827 …rawShadow (OH_Drawing_Canvas* , OH_Drawing_Path* , OH_Drawing_Point3D planeParams, OH_Drawing_Poin…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__types_8h.md | 25 | struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) | 定义一个三维的坐标点。 | 48 | typedef struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) [OH_Drawing_Point3D](_drawing.…
|
H A D | _o_h___drawing___point3_d.md | 1 # OH_Drawing_Point3D chapter
|
H A D | drawing__canvas_8h.md | 100 …(_drawing.md#oh_drawing_path) \*, [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) planeParams, …
|
H A D | Readme-CN.md | 88 - [OH_Drawing_Point3D](_o_h___drawing___point3_d.md)
|
H A D | _drawing.md | 81 | struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) | 定义一个三维的坐标点。 | 162 | typedef struct [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) [OH_Drawing_Point3D](#oh_drawi… 772 …awing_Path](#oh_drawing_path) \*, [OH_Drawing_Point3D](_o_h___drawing___point3_d.md) planeParams, … 1673 ### OH_Drawing_Point3D subsection 1676 typedef struct OH_Drawing_Point3D OH_Drawing_Point3D 6782 …rawShadow (OH_Drawing_Canvas* , OH_Drawing_Path* , OH_Drawing_Point3D planeParams, OH_Drawing_Poin…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_canvas.h | 660 void OH_Drawing_CanvasDrawShadow(OH_Drawing_Canvas*, OH_Drawing_Path*, OH_Drawing_Point3D planePara… 661 OH_Drawing_Point3D devLightPos, float lightRadius, uint32_t ambientColor, uint32_t spotColor,
|
H A D | drawing_types.h | 152 } OH_Drawing_Point3D; typedef
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_canvas.cpp | 78 static const Point3& CastToPoint3(OH_Drawing_Point3D& cPoint3) in CastToPoint3() 712 …nvasDrawShadow(OH_Drawing_Canvas* cCanvas, OH_Drawing_Path* cPath, OH_Drawing_Point3D cPlaneParams, in OH_Drawing_CanvasDrawShadow() 713 OH_Drawing_Point3D cDevLightPos, float lightRadius, uint32_t ambientColor, uint32_t spotColor, in OH_Drawing_CanvasDrawShadow()
|
/ohos5.0/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() 253 OH_Drawing_Point3D devLightPos; in OnTestPerformance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
H A D | canvas_fuzzer.cpp | 415 OH_Drawing_Point3D planeParams = {GetObject<float>(), GetObject<float>(), GetObject<float>()}; in CanvasFuzzTest002() 416 OH_Drawing_Point3D devLightPos = {GetObject<float>(), GetObject<float>(), GetObject<float>()}; in CanvasFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_canvas_test.cpp | 983 OH_Drawing_Point3D p1{0.0, 0.0, 0.0}; 984 OH_Drawing_Point3D p2{10.0, 10.0, 10.0};
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 4091 - [OH_Drawing_Point3D](reference/apis-arkgraphics2d/_o_h___drawing___point3_d.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3952 - [OH_Drawing_Point3D](reference/apis-arkgraphics2d/_o_h___drawing___point3_d.md)
|